From: Tegmine Date: Sat, 3 Mar 2012 22:00:04 +0000 (-0600) Subject: Fixed use of 'This' to 'Game::game()' in Actor. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=48adee3e18d4f3c83b11bac5c48b564f03a003b7;p=IvanGame.git Fixed use of 'This' to 'Game::game()' in Actor. --- diff --git a/Actor.cpp b/Actor.cpp index ad68834..9ae069d 100644 --- a/Actor.cpp +++ b/Actor.cpp @@ -1,4 +1,5 @@ #include "Actor.h" +#include "Game.h" //the beggining Actor::Actor(Animation *anim): mFrame(0), @@ -19,5 +20,5 @@ Actor::Actor(std::vector anims): mCurrentAnimation(0) { for(int i=0; iCurrentLevel.GetAnimation(anim)); } \ No newline at end of file