mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
debug_ai: This what you're unhappy with?
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user