[Scummvm-cvs-logs] SF.net SVN: scummvm:[46378] scummvm/trunk/engines/teenagent/scene.cpp
megath at users.sourceforge.net
megath at users.sourceforge.net
Mon Dec 14 23:29:09 CET 2009
Revision: 46378
http://scummvm.svn.sourceforge.net/scummvm/?rev=46378&view=rev
Author: megath
Date: 2009-12-14 22:29:09 +0000 (Mon, 14 Dec 2009)
Log Message:
-----------
skip rendering if restart was requested
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/scene.cpp
Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp 2009-12-14 07:25:06 UTC (rev 46377)
+++ scummvm/trunk/engines/teenagent/scene.cpp 2009-12-14 22:29:09 UTC (rev 46378)
@@ -671,6 +671,10 @@
}
}
}
+ if (restart) {
+ system->unlockScreen();
+ continue;
+ }
//render on
if (debug_features.feature[DebugFeatures::kShowOn]) {
on.render(surface, actor_animation_position);
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