summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-16 23:02:32 +0000
committerPaweł Redman <pawel.redman@gmail.com>2017-12-16 23:02:32 +0000
commit3d69504213f9788ced2ec18ceba9175b1ccb84dc (patch)
tree3ffb0fa9ae85eb487acfb1234b07e32f6721579d /src/main.cpp
parentc0531bd165643c8482e00ea04297498474be113e (diff)
Fix a bug in the waking code; more debugging info.
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 e503cad..37c75af 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4,6 +4,7 @@
bool debug_draw_cmodels = false;
bool debug_draw_paths = false;
bool debug_draw_tile_coords = false;
+bool debug_AI = false;
render::state_t *debug_render;
uint64_t nano_clock(void)