diff options
Diffstat (limited to 'sword1/control.cpp')
-rw-r--r-- | sword1/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp index 989a14b6de..db86a88e0d 100644 --- a/sword1/control.cpp +++ b/sword1/control.cpp @@ -993,7 +993,7 @@ void Control::delay(uint32 msecs) { do { while (_system->pollEvent(event)) { - switch (event.event_code) { + switch (event.type) { case OSystem::EVENT_KEYDOWN: // Make sure backspace works right (this fixes a small issue on OS X) |