From aaf0a73578ecbb8212e0d224d6fff68a229b1f48 Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 5 May 2015 21:01:52 -0500 Subject: fleshed out list, locations of all creatures and resources are now within --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0e26dc5..1dec02c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,11 +15,11 @@ int main() //else if(e.gEventType() == SDL_KEYDOWN) // eventHandle(e.gEvent()); } - + main.Clear(); - L.Behavior(); L.Place(); + L.Behavior(); main.Render(); SDL_Delay(5); -- cgit v1.2.3