aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/animation.cpp')
-rw-r--r--saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/animation.cpp b/saga/animation.cpp
index ba29a8882d..c1e2673850 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -42,7 +42,7 @@ int Anim::reg() {
return R_SUCCESS;
}
-Anim::Anim(void) {
+Anim::Anim(SagaEngine *vm) : _vm(vm) {
int i;
_anim_limit = R_MAX_ANIMATIONS;