[Scummvm-cvs-logs] SF.net SVN: scummvm: [26957] scummvm/trunk/engines/agos/saveload.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun May 27 07:18:31 CEST 2007


Revision: 26957
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26957&view=rev
Author:   Kirben
Date:     2007-05-26 22:18:30 -0700 (Sat, 26 May 2007)

Log Message:
-----------
Correct cursor used when entering saved game name in Elvira 2 and Waxworks.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/saveload.cpp

Modified: scummvm/trunk/engines/agos/saveload.cpp
===================================================================
--- scummvm/trunk/engines/agos/saveload.cpp	2007-05-27 05:17:39 UTC (rev 26956)
+++ scummvm/trunk/engines/agos/saveload.cpp	2007-05-27 05:18:30 UTC (rev 26957)
@@ -247,7 +247,7 @@
 		name = buf + 192;
 
 		for (;;) {
-			windowPutChar(window, 127);
+			windowPutChar(window, 128);
 
 			_saveLoadEdit = 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