[Scummvm-cvs-logs] SF.net SVN: scummvm:[55519] scummvm/trunk/engines/lastexpress/game/state.h

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Tue Jan 25 04:11:27 CET 2011


Revision: 55519
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55519&view=rev
Author:   tdhs
Date:     2011-01-25 03:11:27 +0000 (Tue, 25 Jan 2011)

Log Message:
-----------
LASTEXPRESS: Corrected format warning in state.h

Modified Paths:
--------------
    scummvm/trunk/engines/lastexpress/game/state.h

Modified: scummvm/trunk/engines/lastexpress/game/state.h
===================================================================
--- scummvm/trunk/engines/lastexpress/game/state.h	2011-01-25 02:52:19 UTC (rev 55518)
+++ scummvm/trunk/engines/lastexpress/game/state.h	2011-01-25 03:11:27 UTC (rev 55519)
@@ -607,7 +607,7 @@
 			ret += Common::String::format("IsGameRunning: %02d\n", isGameRunning);
 			ret += Common::String::format("Mouse: RightClick:%02d  - LeftClick:%02d\n", mouseRightClick, mouseLeftClick);
 			ret += Common::String::format("Entities: 0:%02d  -  1:%02d\n", flag_entities_0, flag_entities_1);
-			ret += Common::String::format("NIS: %d  -  1:%02d\n", nis);
+			ret += Common::String::format("NIS: %d\n", nis);
 
 			return ret;
 		}


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