aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-23 10:46:00 +0000
committerTravis Howell2004-08-23 10:46:00 +0000
commitd8aa9226958c194cb028e9cd46c6fa95fa7f7a72 (patch)
tree1c64c9ca009f457f09dfe19a3aa14233687ddb1f /scumm/vars.cpp
parentb57fa3a20b49096463895b4103c88b9f311b0916 (diff)
downloadscummvm-rg350-d8aa9226958c194cb028e9cd46c6fa95fa7f7a72.tar.gz
scummvm-rg350-d8aa9226958c194cb028e9cd46c6fa95fa7f7a72.tar.bz2
scummvm-rg350-d8aa9226958c194cb028e9cd46c6fa95fa7f7a72.zip
Switch function to He 7.2
svn-id: r14711
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index e82d1fd47d..fcadf971a0 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -179,13 +179,7 @@ void ScummEngine_v6::setupScummVars() {
}
-void ScummEngine_v7he::setupScummVars() {
- // Early windows titles and freddi
- if (_heversion <= 71) {
- ScummEngine_v6he::setupScummVars();
- return;
- }
-
+void ScummEngine_v72he::setupScummVars() {
// TODO Not complete
VAR_KEYPRESS = 0;
VAR_DEBUGMODE = 1;