[Scummvm-cvs-logs] SF.net SVN: scummvm:[55441] scummvm/trunk/engines/mohawk/cstime.cpp

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sat Jan 22 18:34:02 CET 2011


Revision: 55441
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55441&view=rev
Author:   fuzzie
Date:     2011-01-22 17:34:01 +0000 (Sat, 22 Jan 2011)

Log Message:
-----------
MOHAWK: More CSTime event stubs.

Case 1 is now playable up to the 'next case' event.

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/cstime.cpp

Modified: scummvm/trunk/engines/mohawk/cstime.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/cstime.cpp	2011-01-22 17:33:44 UTC (rev 55440)
+++ scummvm/trunk/engines/mohawk/cstime.cpp	2011-01-22 17:34:01 UTC (rev 55441)
@@ -491,6 +491,10 @@
 		_interface->getInventoryDisplay()->activateCuffs(true);
 		break;
 
+	case kCSTimeEventHelperSetupRestPos:
+		_case->getCurrScene()->getChar(_case->getCurrScene()->getHelperId())->setupRestPos();
+		break;
+
 	case kCSTimeEventUnknown25:
 		_case->getCurrScene()->getChar(event.param1)->_unknown2 = 1;
 		break;
@@ -512,6 +516,16 @@
 		_case->getCurrScene()->getChar(event.param1)->setupRestPos();
 		break;
 
+	case kCSTimeEventStopEnvironmentSound:
+		warning("ignoring stop environment sound");
+		// FIXME
+		break;
+
+	case kCSTimeEventSetMusic:
+		warning("ignoring set music");
+		// FIXME
+		break;
+
 	case kCSTimeEventSetInsertBefore:
 		warning("ignoring insert before");
 		// FIXME


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