aboutsummaryrefslogtreecommitdiff
path: root/sword1/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/animation.cpp')
-rw-r--r--sword1/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp
index c856b6a411..07788b45f8 100644
--- a/sword1/animation.cpp
+++ b/sword1/animation.cpp
@@ -141,7 +141,7 @@ void MoviePlayer::play(uint32 id) {
frameCount++;
OSystem::Event event;
while (_sys->pollEvent(event)) {
- switch (event.event_code) {
+ switch (event.type) {
#ifndef BACKEND_8BIT
case OSystem::EVENT_SCREEN_CHANGED:
anim->invalidateLookup(true);