diff options
Diffstat (limited to 'engines/cine/cine.cpp')
| -rw-r--r-- | engines/cine/cine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp index ea4b2512f5..9eb751835e 100644 --- a/engines/cine/cine.cpp +++ b/engines/cine/cine.cpp @@ -23,6 +23,7 @@ * */ +#include "common/events.h" #include "common/file.h" #include "common/savefile.h" #include "common/config-manager.h" @@ -100,8 +101,7 @@ int CineEngine::go() { delete renderer; delete[] collisionPage; delete g_sound; - - return _eventMan->shouldRTL(); + return 0; } int CineEngine::getTimerDelay() const { |
