[Scummvm-cvs-logs] SF.net SVN: scummvm:[44110] scummvm/trunk/engines/teenagent/scene.cpp
megath at users.sourceforge.net
megath at users.sourceforge.net
Tue Sep 15 22:57:50 CEST 2009
Revision: 44110
http://scummvm.svn.sourceforge.net/scummvm/?rev=44110&view=rev
Author: megath
Date: 2009-09-15 20:57:49 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
allow processing one more render cycle when walk ends (fixed wait animations glitches)
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/scene.cpp
Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp 2009-09-15 20:21:18 UTC (rev 44109)
+++ scummvm/trunk/engines/teenagent/scene.cpp 2009-09-15 20:57:49 UTC (rev 44110)
@@ -378,6 +378,7 @@
if (orientation == 0)
orientation = o; //save last orientation
nextEvent();
+ got_any_animation = true;
restart = true;
} else
busy = true;
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