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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Jun 29 18:07:29 CEST 2008


Revision: 32843
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32843&view=rev
Author:   athrxx
Date:     2008-06-29 09:07:29 -0700 (Sun, 29 Jun 2008)

Log Message:
-----------
fix 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-06-29 15:59:35 UTC (rev 32842)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp	2008-06-29 16:07:29 UTC (rev 32843)
@@ -2168,7 +2168,7 @@
 		return true;
 
 	_totalLevel--;
-	if ((int8)_totalLevel < 0);
+	if ((int8)_totalLevel < 0)
 		_totalLevel = 0;
 
 	return true;


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