Remove duplicate code
svn-id: r14020
This commit is contained in:
parent
88b127f25e
commit
eecabcecb3
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue