aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorFabio Battaglia2009-06-18 13:50:26 +0000
committerFabio Battaglia2009-06-18 13:50:26 +0000
commitab3d3ae1cf16c3573811dd9ace80658a47118919 (patch)
tree279e1c7bcd03e77b3c294c46d33ac898765074b1 /engines/scumm
parent23f9cc0e4ec8638649e0ed5e78c0260305f80929 (diff)
downloadscummvm-rg350-ab3d3ae1cf16c3573811dd9ace80658a47118919.tar.gz
scummvm-rg350-ab3d3ae1cf16c3573811dd9ace80658a47118919.tar.bz2
scummvm-rg350-ab3d3ae1cf16c3573811dd9ace80658a47118919.zip
scumm: added the missing word "version" in a comment
svn-id: r41635
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/vars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/vars.cpp b/engines/scumm/vars.cpp
index caae659766..22487b43a3 100644
--- a/engines/scumm/vars.cpp
+++ b/engines/scumm/vars.cpp
@@ -727,7 +727,7 @@ void ScummEngine::resetScummVars() {
// Value only used by the Macintosh version of Indiana Jones and the Last Crusade
else if (_game.platform == Common::kPlatformMacintosh && _game.version == 3)
VAR(VAR_VIDEOMODE) = 50;
- // Value only used by the Amiga of Monkey Island 2
+ // Value only used by the Amiga version of Monkey Island 2
else if (_game.platform == Common::kPlatformAmiga)
VAR(VAR_VIDEOMODE) = 82;
else if (_renderMode == Common::kRenderCGA)