aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
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;
}