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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sat Jun 20 18:36:26 CEST 2009


Revision: 41715
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41715&view=rev
Author:   athrxx
Date:     2009-06-20 16:36:26 +0000 (Sat, 20 Jun 2009)

Log Message:
-----------
LOL: minor fix for save menu

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/gui_lol.cpp

Modified: scummvm/trunk/engines/kyra/gui_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_lol.cpp	2009-06-20 15:09:55 UTC (rev 41714)
+++ scummvm/trunk/engines/kyra/gui_lol.cpp	2009-06-20 16:36:26 UTC (rev 41715)
@@ -2322,7 +2322,7 @@
 			int pg = _screen->setCurPage(0);
 			_vm->_txt->clearDim(8);
 			textCursorTimer = 0;
-			textCursorStatus = 1;
+			textCursorStatus = 0;
 
 			fC = _screen->getTextWidth(_saveDescription);
 			while (fC >= fW) {
@@ -2348,7 +2348,7 @@
 				}				
 			}
 
-			if (getInput()) {				
+			if (getInput()) {
 				if (!_newMenu)
 					_newMenu = _currentMenu;
 				else


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