[Scummvm-cvs-logs] SF.net SVN: scummvm:[41635] scummvm/trunk/engines/scumm/vars.cpp
Hkz at users.sourceforge.net
Hkz at users.sourceforge.net
Thu Jun 18 15:50:26 CEST 2009
Revision: 41635
http://scummvm.svn.sourceforge.net/scummvm/?rev=41635&view=rev
Author: Hkz
Date: 2009-06-18 13:50:26 +0000 (Thu, 18 Jun 2009)
Log Message:
-----------
scumm: added the missing word "version" in a comment
Modified Paths:
--------------
scummvm/trunk/engines/scumm/vars.cpp
Modified: scummvm/trunk/engines/scumm/vars.cpp
===================================================================
--- scummvm/trunk/engines/scumm/vars.cpp 2009-06-18 13:27:48 UTC (rev 41634)
+++ scummvm/trunk/engines/scumm/vars.cpp 2009-06-18 13:50:26 UTC (rev 41635)
@@ -727,7 +727,7 @@
// 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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list