From 3d69504213f9788ced2ec18ceba9175b1ccb84dc Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 16 Dec 2017 23:02:32 +0000 Subject: Fix a bug in the waking code; more debugging info. --- 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 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) -- cgit