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 15374ebf08..f0f2e63e92 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -329,6 +329,9 @@ int Events::handleOneShot(EVENT *event) {
case EVENT_PLAY:
_vm->_anim->play(event->param, event->time, true);
break;
+ case EVENT_STOP:
+ _vm->_anim->stop(event->param);
+ break;
case EVENT_FRAME:
_vm->_anim->play(event->param, event->time, false);
break;