diff options
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/driver/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp index 302300f051..3cc0cdb48a 100644 --- a/sword2/driver/animation.cpp +++ b/sword2/driver/animation.cpp @@ -35,7 +35,7 @@ namespace Sword2 { AnimationState::AnimationState(Sword2Engine *vm) - : BaseAnimationState(_vm->_mixer, _vm->_system, 640, 480), _vm(vm) { + : BaseAnimationState(vm->_mixer, vm->_system, 640, 480), _vm(vm) { } AnimationState::~AnimationState() { |