[Scummvm-cvs-logs] SF.net SVN: scummvm:[39490] scummvm/trunk/engines/parallaction/parallaction .cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Mar 17 20:13:46 CET 2009


Revision: 39490
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39490&view=rev
Author:   peres001
Date:     2009-03-17 19:13:45 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
Another explicit cast for a historic compiler.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2009-03-17 19:04:59 UTC (rev 39489)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2009-03-17 19:13:45 UTC (rev 39490)
@@ -988,7 +988,7 @@
 void Parallaction::beep() {
 	_soundMan->execute(SC_SETSFXCHANNEL, 3);
 	_soundMan->execute(SC_SETSFXVOLUME, 127);
-	_soundMan->execute(SC_SETSFXLOOPING, 0);
+	_soundMan->execute(SC_SETSFXLOOPING, (int)0);
 	_soundMan->execute(SC_PLAYSFX, "beep");
 }
 


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