[Scummvm-cvs-logs] SF.net SVN: scummvm:[54000] scummvm/trunk/engines/gob/goblin.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Mon Nov 1 16:36:31 CET 2010
Revision: 54000
http://scummvm.svn.sourceforge.net/scummvm/?rev=54000&view=rev
Author: drmccoy
Date: 2010-11-01 15:36:31 +0000 (Mon, 01 Nov 2010)
Log Message:
-----------
GOB: Fix spelling
Modified Paths:
--------------
scummvm/trunk/engines/gob/goblin.cpp
Modified: scummvm/trunk/engines/gob/goblin.cpp
===================================================================
--- scummvm/trunk/engines/gob/goblin.cpp 2010-11-01 15:29:06 UTC (rev 53999)
+++ scummvm/trunk/engines/gob/goblin.cpp 2010-11-01 15:36:31 UTC (rev 54000)
@@ -1816,7 +1816,7 @@
byte passType = _vm->_map->getPass(obj->gobDestX, obj->gobDestY);
- // Prevent continous walking on wide stairs
+ // Prevent continuous walking on wide stairs
if (passType == 11) {
if (_vm->_map->getScreenWidth() == 640) {
obj->gobDestY++;
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