diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-16 23:02:32 +0000 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-16 23:02:32 +0000 |
commit | 3d69504213f9788ced2ec18ceba9175b1ccb84dc (patch) | |
tree | 3ffb0fa9ae85eb487acfb1234b07e32f6721579d /src/common.hpp | |
parent | c0531bd165643c8482e00ea04297498474be113e (diff) |
Fix a bug in the waking code; more debugging info.
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp index 02e8b1a..e8f531a 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -15,6 +15,7 @@ extern bool debug_draw_cmodels; extern bool debug_draw_paths; extern bool debug_draw_tile_coords; +extern bool debug_AI; namespace procgen { class prng_t { |