mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Bot fixes.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#define MAX_BOT_ITEM_INFOS 2
|
||||
#define MAX_BOT_ITEM_INFO 256
|
||||
#define MAX_BOT_LEVEL_ITEMS 256
|
||||
#define MAX_BOT_LEVEL_ITEMS 2048
|
||||
|
||||
//#define DEBUG_AI_GOAL
|
||||
#ifdef RANDOMIZE
|
||||
@@ -339,4 +339,4 @@ private:
|
||||
idList<campspot_t> campspots;
|
||||
};
|
||||
|
||||
extern idBotGoalManager botGoalManager;
|
||||
extern idBotGoalManager botGoalManager;
|
||||
|
||||
Reference in New Issue
Block a user