aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/cstime.cpp')
-rw-r--r--engines/mohawk/cstime.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/mohawk/cstime.cpp b/engines/mohawk/cstime.cpp
index 0540b7511c..9959af86e6 100644
--- a/engines/mohawk/cstime.cpp
+++ b/engines/mohawk/cstime.cpp
@@ -500,6 +500,19 @@ void MohawkEngine_CSTime::triggerEvent(CSTimeEvent &event) {
// FIXME
break;
+ case kCSTimeEventCharSetState:
+ _case->getCurrScene()->getChar(event.param1)->_enabled = event.param2;
+ break;
+
+ case kCSTimeEventCharSetupRestPos:
+ _case->getCurrScene()->getChar(event.param1)->setupRestPos();
+ break;
+
+ case kCSTimeEventSetInsertBefore:
+ warning("ignoring insert before");
+ // FIXME
+ break;
+
case kCSTimeEventUpdateBubble:
switch (event.param2) {
case 0: