[Scummvm-cvs-logs] SF.net SVN: scummvm:[51310] scummvm/trunk/engines/agi/op_cmd.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jul 26 16:21:19 CEST 2010


Revision: 51310
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51310&view=rev
Author:   sev
Date:     2010-07-26 14:21:18 +0000 (Mon, 26 Jul 2010)

Log Message:
-----------
AGI: Fix spelling and formatting

Modified Paths:
--------------
    scummvm/trunk/engines/agi/op_cmd.cpp

Modified: scummvm/trunk/engines/agi/op_cmd.cpp
===================================================================
--- scummvm/trunk/engines/agi/op_cmd.cpp	2010-07-26 13:40:07 UTC (rev 51309)
+++ scummvm/trunk/engines/agi/op_cmd.cpp	2010-07-26 14:21:18 UTC (rev 51310)
@@ -1228,8 +1228,7 @@
 	if (p0) {
 		quitGame();
 	} else {
-		if (selectionBox
-				(" Quit the _game, or continue? \n\n\n", buttons) == 0) {
+		if (selectionBox(" Quit the game, or continue? \n\n\n", buttons) == 0) {
 			quitGame();
 		}
 	}


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