Skip to content

Commit

Permalink
disable DEBUG_AI (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Oct 28, 2024
1 parent 20886ee commit ebdccff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/_compile_options.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
//#define FORCE_CODEX_DATABASE 1

/// Enable DEBUG_AI_LOG
#define DEBUG_AI
// #define DEBUG_AI

/////////////////////// REFERENCE TRACKING

Expand Down Expand Up @@ -271,3 +271,7 @@
#ifdef LOWMEMORYMODE
#warn LOWMEMORYMODE is enabled!
#endif

#ifdef DEBUG_AI
#warn DEBUG_AI is enabled!
#endif

0 comments on commit ebdccff

Please sign in to comment.