mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Fix all of the define sanity failures, either by adding an `#undef` where needed or moving them to a file in `code/__DEFINES` 
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
#define GHOUL_SCAN_MIN_DISTANCE 5
|
|
#define GHOUL_SCAN_MAX_DISTANCE 500
|
|
/// 2s update time.
|
|
#define GHOUL_SCAN_PING_TIME 20
|