[Scummvm-cvs-logs] SF.net SVN: scummvm: [28708] scummvm/trunk/engines/saga/interface.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Aug 24 14:43:56 CEST 2007
Revision: 28708
http://scummvm.svn.sourceforge.net/scummvm/?rev=28708&view=rev
Author: thebluegr
Date: 2007-08-24 05:43:56 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
Oops, fixed a regression introduced with the latest code cleanup
Modified Paths:
--------------
scummvm/trunk/engines/saga/interface.cpp
Modified: scummvm/trunk/engines/saga/interface.cpp
===================================================================
--- scummvm/trunk/engines/saga/interface.cpp 2007-08-24 12:05:05 UTC (rev 28707)
+++ scummvm/trunk/engines/saga/interface.cpp 2007-08-24 12:43:56 UTC (rev 28708)
@@ -348,6 +348,7 @@
} else if (_panelMode == kPanelNull && _vm->getGameId() == GID_IHNM_DEMO) {
_saveReminderState = 1;
}
+ _vm->_gfx->showCursor(true);
draw();
}
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