aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/gfx.cpp')
-rw-r--r--engines/saga/gfx.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/gfx.cpp b/engines/saga/gfx.cpp
index b1e1e306ca..285a33b656 100644
--- a/engines/saga/gfx.cpp
+++ b/engines/saga/gfx.cpp
@@ -46,9 +46,6 @@ Gfx::Gfx(SagaEngine *vm, OSystem *system, int width, int height) : _vm(vm), _sys
// Convert surface data to R surface data
_backBuffer.create(width, height, 1);
- // Set module data
- _init = 1;
-
// Start with the cursor shown. It will be hidden before the intro, if
// there is an intro. (With boot params, there may not be.)
setCursor(kCursorNormal);