aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index bfe0756307..7e364e891d 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -112,7 +112,7 @@ GobEngine::~GobEngine() {
int GobEngine::go() {
_init->initGame(0);
- return _eventMan->shouldRTL();
+ return 0;
}
const char *GobEngine::getLangDesc(int16 language) const {