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

megath at users.sourceforge.net megath at users.sourceforge.net
Sat Dec 12 21:00:44 CET 2009


Revision: 46349
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46349&view=rev
Author:   megath
Date:     2009-12-12 20:00:44 +0000 (Sat, 12 Dec 2009)

Log Message:
-----------
fixed tv issues

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

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2009-12-12 19:50:25 UTC (rev 46348)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2009-12-12 20:00:44 UTC (rev 46349)
@@ -1978,6 +1978,7 @@
 	case 0x73a3:
 		if (CHECK_FLAG(0xdbc5, 1)) {
 			SET_FLAG(0xdbc5, 0);
+			reloadLan();
 
 			//call 73e6
 			playSound(71, 3);
@@ -1986,12 +1987,13 @@
 
 		} else {
 			SET_FLAG(0xdbc5, 1);
+			reloadLan();
 
 			//call 73e6
 			playSound(71, 3);
 			playActorAnimation(700);
 
-			playAnimation((CHECK_FLAG(0xDBC6, 0) ? 701 : 702), 0, true, true, true);
+			playAnimation((CHECK_FLAG(0xDBC6, 0) ? 701 : 702), 0);
 
 			if (CHECK_FLAG(0xDBC6, 1)) {
 				displayMessage(0x4da6);


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