[Scummvm-cvs-logs] SF.net SVN: scummvm: [31434] scummvm/trunk/engines/kyra/sound_adlib.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sun Apr 6 17:23:19 CEST 2008
Revision: 31434
http://scummvm.svn.sourceforge.net/scummvm/?rev=31434&view=rev
Author: thebluegr
Date: 2008-04-06 08:23:18 -0700 (Sun, 06 Apr 2008)
Log Message:
-----------
Silenced MSVC warning
Modified Paths:
--------------
scummvm/trunk/engines/kyra/sound_adlib.cpp
Modified: scummvm/trunk/engines/kyra/sound_adlib.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_adlib.cpp 2008-04-06 15:05:12 UTC (rev 31433)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp 2008-04-06 15:23:18 UTC (rev 31434)
@@ -2277,7 +2277,7 @@
}
bool SoundAdlibPC::isPlaying() {
- return _driver->callback(7, int(0));
+ return _driver->callback(7, int(0)) != 0;
}
void SoundAdlibPC::playSoundEffect(uint8 track) {
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