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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jul 28 02:33:10 CEST 2007


Revision: 28251
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28251&view=rev
Author:   thebluegr
Date:     2007-07-27 17:33:09 -0700 (Fri, 27 Jul 2007)

Log Message:
-----------
Disable the status text in the IHNM demo

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

Modified: scummvm/trunk/engines/saga/interface.cpp
===================================================================
--- scummvm/trunk/engines/saga/interface.cpp	2007-07-28 00:20:26 UTC (rev 28250)
+++ scummvm/trunk/engines/saga/interface.cpp	2007-07-28 00:33:09 UTC (rev 28251)
@@ -656,6 +656,10 @@
 	if (_vm->getGameType() == GType_IHNM && _vm->_scene->currentChapterNumber() == 8)
 		return;
 
+	// Disable the status text in the IHNM demo
+	if (_vm->getGameId() == GID_IHNM_DEMO)
+		return;
+
 	assert(text != NULL);
 	assert(strlen(text) < STATUS_TEXT_LEN);
 


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