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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Jul 20 22:59:35 CEST 2009


Revision: 42633
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42633&view=rev
Author:   mthreepwood
Date:     2009-07-20 20:59:35 +0000 (Mon, 20 Jul 2009)

Log Message:
-----------
Fixing bug #2823854: Mickey's space adventure crash. There's one too many space characters in a string which causes it to be drawn off the screen.

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

Modified: scummvm/trunk/engines/agi/preagi_mickey.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_mickey.cpp	2009-07-20 20:55:28 UTC (rev 42632)
+++ scummvm/trunk/engines/agi/preagi_mickey.cpp	2009-07-20 20:59:35 UTC (rev 42633)
@@ -1267,7 +1267,7 @@
 	}
 
 	// print pressed buttons
-	printLine("MICKEY HAS PRESSED:                   ");
+	printLine("MICKEY HAS PRESSED:                  ");
 	_vm->drawStr(20, 22, IDA_DEFAULT, szButtons);
 	waitAnyKey();
 }


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