Fix crash introduced by recent code unification. (Mind you, I'm still

extremely grateful that the BS1 and BS2 cutscene players are finally
sharing at least some of their code now.)

svn-id: r13360
This commit is contained in:
Torbjörn Andersson 2004-03-22 15:57:51 +00:00
parent 838d3e3a93
commit 8f9ffdf43a

View file

@ -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() {