[Scummvm-cvs-logs] SF.net SVN: scummvm: [28766] scummvm/trunk/engines/saga/animation.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Aug 31 09:20:58 CEST 2007


Revision: 28766
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28766&view=rev
Author:   thebluegr
Date:     2007-08-31 00:20:57 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
Some cleanup for the IHNM demo

Modified Paths:
--------------
    scummvm/trunk/engines/saga/animation.cpp

Modified: scummvm/trunk/engines/saga/animation.cpp
===================================================================
--- scummvm/trunk/engines/saga/animation.cpp	2007-08-30 18:59:05 UTC (rev 28765)
+++ scummvm/trunk/engines/saga/animation.cpp	2007-08-31 07:20:57 UTC (rev 28766)
@@ -305,15 +305,9 @@
 		}
 
 		_vm->_interface->restoreMode();
-		
-		if (_vm->getGameId() != GID_IHNM_DEMO) {
-			_vm->_gfx->showCursor(true);
-		} else {
-			if (_vm->_scene->isNonInteractiveIHNMDemoPart()) {
-				// Don't show the mouse cursor in the non-interactive part of the IHNM demo
-			} else {
-				_vm->_gfx->showCursor(true);
-			}
+		_vm->_gfx->showCursor(true);
+
+		if (_vm->getGameId() == GID_IHNM_DEMO) {
 			// Enable the save reminder state after each cutaway for the IHNM demo
 			_vm->_interface->setSaveReminderState(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