aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 8a4eecbe26..67a1b75756 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -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;