diff options
author | Travis Howell | 2004-06-23 11:27:58 +0000 |
---|---|---|
committer | Travis Howell | 2004-06-23 11:27:58 +0000 |
commit | eecabcecb3ce9fb87d6eb8518a822f5830ec356c (patch) | |
tree | 228c5882f7419ddba479b4306dc5546cd9926e72 /scumm | |
parent | 88b127f25ee46d5eca521508cc1d5d7d68b2c5d4 (diff) | |
download | scummvm-rg350-eecabcecb3ce9fb87d6eb8518a822f5830ec356c.tar.gz scummvm-rg350-eecabcecb3ce9fb87d6eb8518a822f5830ec356c.tar.bz2 scummvm-rg350-eecabcecb3ce9fb87d6eb8518a822f5830ec356c.zip |
Remove duplicate code
svn-id: r14020
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 6 |
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; |