[Scummvm-cvs-logs] SF.net SVN: scummvm:[34032] scummvm/trunk/engines/kyra/sound_towns.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Aug 19 12:52:40 CEST 2008


Revision: 34032
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34032&view=rev
Author:   fingolfin
Date:     2008-08-19 10:52:39 +0000 (Tue, 19 Aug 2008)

Log Message:
-----------
Fixed GCC warning

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_towns.cpp

Modified: scummvm/trunk/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_towns.cpp	2008-08-19 10:13:34 UTC (rev 34031)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp	2008-08-19 10:52:39 UTC (rev 34032)
@@ -3311,7 +3311,9 @@
 	if (_pcmChannel)
 		_pcmChannel->reset();
 
-	_musicPlaying = _sfxPlaying = _fading = false;
+	_musicPlaying = false;
+	_sfxPlaying = false;
+	_fading = false;
 	_looping = 0;
 	_musicTickCounter = 0;
 	_sfxData = 0;


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