aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/animation.cpp2
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() {