aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-05-01 19:41:47 +0000
committerEugene Sandulenko2004-05-01 19:41:47 +0000
commitc0772498b6d2351ed2f3c2ba308d0bbda84b7cb0 (patch)
treeaf908b45a373cf37214320e68ab3c15280368773 /saga/saga.cpp
parent78f2d348253c69180f00221caad0566a09d69345 (diff)
downloadscummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.tar.gz
scummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.tar.bz2
scummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.zip
All graphics and input now is in OSystem.
Only timers left. svn-id: r13723
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 101d3a07ad..d27a6f3850 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -241,7 +241,7 @@ void SagaEngine::go() {
}
// Initialize graphics
- if (RENDER_Init() != R_SUCCESS) {
+ if (RENDER_Init(_system) != R_SUCCESS) {
return;
}