From 48adee3e18d4f3c83b11bac5c48b564f03a003b7 Mon Sep 17 00:00:00 2001 From: Tegmine Date: Sat, 3 Mar 2012 16:00:04 -0600 Subject: [PATCH] Fixed use of 'This' to 'Game::game()' in Actor. --- Actor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0