[Scummvm-cvs-logs] SF.net SVN: scummvm: [28906] scummvm/trunk/engines/saga/interface.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Sep 15 14:57:11 CEST 2007
Revision: 28906
http://scummvm.svn.sourceforge.net/scummvm/?rev=28906&view=rev
Author: thebluegr
Date: 2007-09-15 05:57:11 -0700 (Sat, 15 Sep 2007)
Log Message:
-----------
The sales info video for the IHNM demo is now shown when quitting the demo
Modified Paths:
--------------
scummvm/trunk/engines/saga/interface.cpp
Modified: scummvm/trunk/engines/saga/interface.cpp
===================================================================
--- scummvm/trunk/engines/saga/interface.cpp 2007-09-15 12:16:43 UTC (rev 28905)
+++ scummvm/trunk/engines/saga/interface.cpp 2007-09-15 12:57:11 UTC (rev 28906)
@@ -1047,7 +1047,10 @@
setMode(kPanelOption);
break;
case kTextQuit:
- _vm->shutDown();
+ if (_vm->getGameId() == GID_IHNM_DEMO)
+ _vm->_scene->creditsScene(); // display sales info for IHNM demo
+ else
+ _vm->shutDown();
break;
}
}
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