[Scummvm-cvs-logs] SF.net SVN: scummvm:[44057] scummvm/trunk/engines/teenagent/dialog.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Sep 13 15:10:07 CEST 2009


Revision: 44057
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44057&view=rev
Author:   megath
Date:     2009-09-13 13:10:05 +0000 (Sun, 13 Sep 2009)

Log Message:
-----------
removed invalid 0xff character handler, added fixme

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/dialog.cpp

Modified: scummvm/trunk/engines/teenagent/dialog.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/dialog.cpp	2009-09-13 12:58:35 UTC (rev 44056)
+++ scummvm/trunk/engines/teenagent/dialog.cpp	2009-09-13 13:10:05 UTC (rev 44057)
@@ -47,10 +47,8 @@
 			continue;
 		case 0xff:
 			{
-				SceneEvent e(SceneEvent::WaitForAnimation);
-				scene->push(e);
+				//fixme : wait for the next cycle of the animation
 			}
-			++n;
 			continue;
 		default:
 			if (n > 1) {


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