From 467a25d8db798e8b590773bb0b89eac36537b87a Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 1 May 2015 14:42:07 -0500 Subject: removed temp and made compilable --- src/creature.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/creature.cpp') diff --git a/src/creature.cpp b/src/creature.cpp index 437837d..207d3bd 100644 --- a/src/creature.cpp +++ b/src/creature.cpp @@ -13,9 +13,9 @@ Creature::Creature(Window m, std::string s) void Creature::Behavior() { //Detection - + //Priorities - + //Action this->Action(); } @@ -26,7 +26,7 @@ void Creature::Action() // eat//reproduce//etc; if(x==xT) - { + { if(y