aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;