[Scummvm-cvs-logs] SF.net SVN: scummvm: [26323] scummvm/trunk/engines/gob/imd.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu Mar 29 22:39:00 CEST 2007
Revision: 26323
http://scummvm.svn.sourceforge.net/scummvm/?rev=26323&view=rev
Author: lordhoto
Date: 2007-03-29 13:38:59 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
formatting.
Modified Paths:
--------------
scummvm/trunk/engines/gob/imd.cpp
Modified: scummvm/trunk/engines/gob/imd.cpp
===================================================================
--- scummvm/trunk/engines/gob/imd.cpp 2007-03-29 20:06:39 UTC (rev 26322)
+++ scummvm/trunk/engines/gob/imd.cpp 2007-03-29 20:38:59 UTC (rev 26323)
@@ -718,7 +718,7 @@
_vm->_draw->_showCursor = 0;
- if ((frame < 0) || (frame > lastFrame))
+ if ((frame < 0) || (frame > lastFrame))
return;
palCmd &= 0x3F;
@@ -1223,7 +1223,7 @@
_vm->_video->retrace();
waitTime -= _vm->_util->getTimeKey() - timeKey;
if (waitTime > 0)
- _vm->_util->delay(waitTime);
+ _vm->_util->delay(waitTime);
}
} // End of namespace Gob
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