[Scummvm-cvs-logs] SF.net SVN: scummvm:[55880] scummvm/trunk/engines/hugo/schedule.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Feb 11 08:24:42 CET 2011


Revision: 55880
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55880&view=rev
Author:   strangerke
Date:     2011-02-11 07:24:42 +0000 (Fri, 11 Feb 2011)

Log Message:
-----------
HUGO: Fix regression in H3: game exits at the end of the intro

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/schedule.cpp

Modified: scummvm/trunk/engines/hugo/schedule.cpp
===================================================================
--- scummvm/trunk/engines/hugo/schedule.cpp	2011-02-11 07:12:29 UTC (rev 55879)
+++ scummvm/trunk/engines/hugo/schedule.cpp	2011-02-11 07:24:42 UTC (rev 55880)
@@ -1257,11 +1257,6 @@
 		// This is similar to the QUIET path mode, except that it is
 		// independant of it and it additionally disables the ">" prompt
 		gameStatus.storyModeFl = action->a39.storyModeFl;
-
-		// End the game after story if this is special vendor demo mode
-//		if (gameStatus.demoFl && action->a39.storyModeFl == false)
-		if (action->a39.storyModeFl == false)
-			_vm->endGame();
 		break;
 	case WARN:                                      // act40: Text box (CF TEXT)
 		Utils::Box(kBoxOk, "%s", _vm->_file->fetchString(action->a40.stringIndex));


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