[Scummvm-cvs-logs] SF.net SVN: scummvm: [29451] scummvm/trunk/engines/lure/game.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Thu Nov 8 12:06:24 CET 2007


Revision: 29451
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29451&view=rev
Author:   dreammaster
Date:     2007-11-08 03:06:24 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
Added sound to animation of falling down the chute

Modified Paths:
--------------
    scummvm/trunk/engines/lure/game.cpp

Modified: scummvm/trunk/engines/lure/game.cpp
===================================================================
--- scummvm/trunk/engines/lure/game.cpp	2007-11-08 10:51:47 UTC (rev 29450)
+++ scummvm/trunk/engines/lure/game.cpp	2007-11-08 11:06:24 UTC (rev 29451)
@@ -380,6 +380,9 @@
 	debugC(ERROR_INTERMEDIATE, kLureDebugAnimations, "Starting chute animation");
 	mouse.cursorOff();
 
+	Sound.killSounds();
+	Sound.musicInterface_Play(0x40, 0);
+
 	AnimationSequence *anim = new AnimationSequence(screen, system, 
 		CHUTE_ANIM_ID, palette, false);
 	anim->show();
@@ -395,6 +398,7 @@
 	anim->show();
 	delete anim;
 
+	Sound.killSounds();
 	mouse.cursorOn();
 	fields.setField(AREA_FLAG, 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