[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.188,1.189
Robert Göffringmann
lavosspawn at users.sourceforge.net
Tue Dec 13 07:08:01 CET 2005
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3485/sky
Modified Files:
sky.cpp
Log Message:
forgot to remove this
Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- sky.cpp 13 Dec 2005 15:05:06 -0000 1.188
+++ sky.cpp 13 Dec 2005 15:07:19 -0000 1.189
@@ -249,8 +249,6 @@
if (_debugger->isAttached())
_debugger->onFrame();
- int32 frameTime = (int32)_system->getMillis();
-
if (shouldPerformAutoSave(_lastSaveTime)) {
if (_skyControl->loadSaveAllowed()) {
_lastSaveTime = _system->getMillis();
More information about the Scummvm-git-logs
mailing list