mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
scumm: added the missing word "version" in a comment
svn-id: r41635
This commit is contained in:
parent
23f9cc0e4e
commit
ab3d3ae1cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user