aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-11 01:09:48 +0000
committerChristopher Page2008-07-11 01:09:48 +0000
commitcbadb51ce75f2ec599203433b50c9d4bf5f51728 (patch)
treefc5cdb2364cb82505001d62c2d53ed2edd2d9052 /engines/saga/saga.cpp
parent67c8c39fdf4ae01c0d4a1c6ce97afd720eb4be4e (diff)
downloadscummvm-rg350-cbadb51ce75f2ec599203433b50c9d4bf5f51728.tar.gz
scummvm-rg350-cbadb51ce75f2ec599203433b50c9d4bf5f51728.tar.bz2
scummvm-rg350-cbadb51ce75f2ec599203433b50c9d4bf5f51728.zip
SAGA works with new GMM implementation
svn-id: r33000
Diffstat (limited to 'engines/saga/saga.cpp')
-rw-r--r--engines/saga/saga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index f912ffa93b..c359bbb631 100644
--- a/engines/saga/saga.cpp
+++ b/engines/saga/saga.cpp
@@ -261,7 +261,7 @@ int SagaEngine::go() {
uint32 currentTicks;
- while (!_quit) {
+ while (!quit()) {
if (_console->isAttached())
_console->onFrame();
@@ -301,7 +301,7 @@ int SagaEngine::go() {
_system->delayMillis(10);
}
- return _rtl;
+ return _eventMan->shouldRTL();
}
void SagaEngine::loadStrings(StringsTable &stringsTable, const byte *stringsPointer, size_t stringsLength) {