From afcf5f509a318ee66a16690f204f03dee701722e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 4 May 2015 13:51:24 -0500 Subject: process of implementing the unit list, have not compiled or tested --- src/creature.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/creature.cpp') diff --git a/src/creature.cpp b/src/creature.cpp index aeff472..c9f9fa0 100644 --- a/src/creature.cpp +++ b/src/creature.cpp @@ -16,8 +16,8 @@ void Creature::Behavior() //Priorities - //Action - this->Action(); + //Action + this->Action(); } void Creature::Action() -- cgit v1.2.3