summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-20 15:23:18 -0600
committertom <tom@ground-control>2015-11-20 15:23:18 -0600
commit032d4f98c809bde6231ff78ba50e8c244334739f (patch)
tree9e94f4b1d50d443e82509c7a3060173b5f602eaf /src/main.cpp
parent5d3145ca44d7966326136adc1bd2dec910b5a8d2 (diff)
made guys randomly walk around and a timeout on getch
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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());