Remove duplicate code

svn-id: r14020
This commit is contained in:
Travis Howell 2004-06-23 11:27:58 +00:00
parent 88b127f25e
commit eecabcecb3

View file

@ -1177,12 +1177,6 @@ void ScummEngine::initScummVars() {
if (_version == 8) { // Fixme: How do we deal with non-cd installs?
VAR(VAR_CURRENTDISK) = 1;
VAR(VAR_LANGUAGE) = _language;
} else if (_version >= 7) {
VAR(VAR_V6_EMSSPACE) = 10000;
} else if (_heversion == 60) {
// For DOS games, not sure about others.
VAR(VAR_SOUNDPARAM) = 1; // soundblaster for music
VAR(VAR_SOUNDPARAM2) = 1; // soundblaster for sfx
} else {
VAR(VAR_CURRENTDRIVE) = 0;
VAR(VAR_FIXEDDISK) = true;