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 ccc6898e32..daccf109b3 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -216,9 +216,9 @@ int SagaEngine::init(GameDetector &detector) {
_anim = new Anim(this);
_script = new Script(this);
_interface = new Interface(this); // requires script module
+ _scene = new Scene(this);
_actor = new Actor(this);
_palanim = new PalAnim(this);
- _scene = new Scene(this);
_isoMap = new IsoMap(this);
_puzzle = new Puzzle(this);