diff options
author | Fabio Battaglia | 2009-06-18 13:50:26 +0000 |
---|---|---|
committer | Fabio Battaglia | 2009-06-18 13:50:26 +0000 |
commit | ab3d3ae1cf16c3573811dd9ace80658a47118919 (patch) | |
tree | 279e1c7bcd03e77b3c294c46d33ac898765074b1 /engines | |
parent | 23f9cc0e4ec8638649e0ed5e78c0260305f80929 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/scumm/vars.cpp | 2 |
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) |