debug_ai: This what you're unhappy with?

This commit is contained in:
Drulikar
2025-02-24 22:43:21 -06:00
parent d3d5409315
commit bc178792e6
+1 -2
View File
@@ -4,8 +4,7 @@
#define AI_NORMAL 2 // Default level.
#define AI_SMART 3 // Will do more processing to be a little smarter, like not walking while confused if it could risk stepping randomly onto a bad tile.
//#define ai_log(M,V) if(debug_ai) ai_log_output(M,V)
#define ai_log(M,V)
#define ai_log(M,V) if(debug_ai) ai_log_output(M,V)
// Logging level defines.
#define AI_LOG_OFF 0 // Don't show anything.