aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-01-29 12:22:24 +0000
committerJonathan Gray2003-01-29 12:22:24 +0000
commit5c94c996edc9de19588d408e9b959d18910b23af (patch)
treeae9b8f792161d1924cd7196d8385347f67776625 /scumm
parentdaaab42620a715528c94d083e43722383128edae (diff)
downloadscummvm-rg350-5c94c996edc9de19588d408e9b959d18910b23af.tar.gz
scummvm-rg350-5c94c996edc9de19588d408e9b959d18910b23af.tar.bz2
scummvm-rg350-5c94c996edc9de19588d408e9b959d18910b23af.zip
remove outdated comment
svn-id: r6571
Diffstat (limited to 'scumm')
-rw-r--r--scumm/vars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 47ae8b2d85..86d18ce6bb 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -241,7 +241,7 @@ void Scumm_v8::setupScummVars()
//VAR_VOICE_MODE = 39; // 0 is voice, 1 is voice+text, 2 is text only
VAR_GAME_LOADED = 40;
- VAR_LANGUAGE = 41; // see Languages enum in scumm.h for possible values
+ VAR_LANGUAGE = 41;
VAR_CURRENTDISK = 42;