aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 2f763b69dd..e7a36a57f4 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -154,8 +154,8 @@ void SagaEngine::go() {
EVENT_Init();
FONT_Init();
SPRITE_Init();
- _anim = new Anim();
- _actionMap = new ActionMap();
+ _anim = new Anim(this);
+ _actionMap = new ActionMap(this);
OBJECTMAP_Init();
ISOMAP_Init();
SCRIPT_Init();