From 032d4f98c809bde6231ff78ba50e8c244334739f Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 20 Nov 2015 15:23:18 -0600 Subject: made guys randomly walk around and a timeout on getch --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1066d08..93693ee 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,6 +29,7 @@ int main() else if (c == 'q') break; + L.actions(); map.fillWindow(); L.draw(map.getWin()); cursor.draw(map.getWin()); -- cgit v1.2.3