[Scummvm-cvs-logs] SF.net SVN: scummvm:[46063] scummvm/trunk/engines/teenagent/callbacks.cpp
megath at users.sourceforge.net
megath at users.sourceforge.net
Sun Nov 22 09:36:06 CET 2009
Revision: 46063
http://scummvm.svn.sourceforge.net/scummvm/?rev=46063&view=rev
Author: megath
Date: 2009-11-22 08:36:05 +0000 (Sun, 22 Nov 2009)
Log Message:
-----------
minor callback fixes
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/callbacks.cpp
Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp 2009-11-22 08:27:41 UTC (rev 46062)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp 2009-11-22 08:36:05 UTC (rev 46063)
@@ -665,7 +665,7 @@
reloadLan();
playSound(82, 19);
playAnimation(669, 1);
- Dialog::showMono(scene, 0x3779, 0, 0xd1, 0);
+ Dialog::showMark(scene, 0x3779);
enableObject(15);
disableObject(8);
return true;
@@ -2648,12 +2648,12 @@
Dialog::show(scene, 0x2992, 0, 524, 0xd1, 0xe5, 0, 2);
playSound(5, 3);
playSound(5, 20);
- playActorAnimation(671, true);
- playAnimation(670, 1, true);
+ playAnimation(671, true);
+ playActorAnimation(670, true);
waitAnimation();
- playAnimation(672, 1);
+ //playAnimation(672, 1);
Dialog::show(scene, 0x2a00, 0, 672, 0xd1, 0xe5, 0, 2);
- playAnimation(672, 1);
+ //playAnimation(672, 1);
playSound(83, 12);
displayAsyncMessage(0x4a5b, 36684, 23, 38, 0xe5);
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