From 4c6cde6ad764b52abc3c7266c44df70fbc955036 Mon Sep 17 00:00:00 2001 From: Tegmine Date: Sat, 3 Mar 2012 16:14:07 -0600 Subject: [PATCH] Fixed Actor.cpp --- Actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Actor.cpp b/Actor.cpp index 9ae069d..2463e01 100644 --- a/Actor.cpp +++ b/Actor.cpp @@ -20,5 +20,5 @@ Actor::Actor(std::vector anims): mCurrentAnimation(0) { for(int i=0; iCurrentLevel.GetAnimation(anim)); + mAnimations.push_back(Game::game()->getCurrentLevel()->getAnimation(anims[i])); } \ No newline at end of file -- 2.11.0