[Scummvm-cvs-logs] SF.net SVN: scummvm: [31103] residual/trunk/engine/imuse/imuse_script.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Tue Mar 11 06:26:29 CET 2008
Revision: 31103
http://scummvm.svn.sourceforge.net/scummvm/?rev=31103&view=rev
Author: eriktorbjorn
Date: 2008-03-10 22:26:29 -0700 (Mon, 10 Mar 2008)
Log Message:
-----------
Fixed a warning. (1335 to go.)
Modified Paths:
--------------
residual/trunk/engine/imuse/imuse_script.cpp
Modified: residual/trunk/engine/imuse/imuse_script.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_script.cpp 2008-03-10 23:21:44 UTC (rev 31102)
+++ residual/trunk/engine/imuse/imuse_script.cpp 2008-03-11 05:26:29 UTC (rev 31103)
@@ -95,7 +95,7 @@
void Imuse::startMusicWithOtherPos(const char *soundName, int hookId, int volume, int pan, Track *otherTrack) {
if (debugLevel == DEBUG_IMUSE || debugLevel == DEBUG_ALL)
- printf("Imuse::startMusicWithOtherPos(): SoundName %s, hookId:%d, vol:%d, pan:%d\n", soundName, volume, pan);
+ printf("Imuse::startMusicWithOtherPos(): SoundName %s, hookId:%d, vol:%d, pan:%d\n", soundName, hookId, volume, pan);
startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, otherTrack);
}
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