[Scummvm-cvs-logs] CVS: scummvm/saga interface.cpp,1.149,1.150

Eugene Sandulenko sev at users.sourceforge.net
Sat Oct 8 20:47:13 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4011

Modified Files:
	interface.cpp 
Log Message:
Restore cursor after boss key.


Index: interface.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.cpp,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- interface.cpp	9 Oct 2005 03:35:45 -0000	1.149
+++ interface.cpp	9 Oct 2005 03:45:16 -0000	1.150
@@ -258,7 +258,7 @@
 }
 
 void Interface::setMode(int mode) {
-	debug(0, "Interface::setMode %i", mode);
+	debug(1, "Interface::setMode %i", mode);
 
 	if (mode == kPanelMain) {
 		_inMainMode = true;
@@ -2379,6 +2379,8 @@
 
 	_vm->_gfx->blackToPal(_mapSavedPal, 1);
 
+	_vm->_gfx->showCursor(true);
+
 	_bossMode = -1;
 }
 





More information about the Scummvm-git-logs mailing list