aboutsummaryrefslogtreecommitdiff
path: root/saga/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/events.cpp')
-rw-r--r--saga/events.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/events.cpp b/saga/events.cpp
index 83ca2961b2..a9643fc98c 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -326,6 +326,9 @@ int Events::handleOneShot(EVENT *event) {
break;
case ANIM_EVENT:
switch (event->op) {
+ case EVENT_PLAY:
+ _vm->_anim->play(event->param, event->time, true);
+ break;
case EVENT_FRAME:
_vm->_anim->play(event->param, event->time, false);
break;