mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-19 07:21:12 +00:00
updates to g_bot.c
This commit is contained in:
parent
4f5afdb8f8
commit
ed460d0bb1
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ int32_t g_numArenas;
|
|||
static char* g_arenaInfos[MAX_ARENAS];
|
||||
|
||||
|
||||
#define BOT_BEGIN_DELAY_BASE 2000
|
||||
#define BOT_BEGIN_DELAY_INCREMENT 2000
|
||||
#define BOT_SPAWN_QUEUE_DEPTH 16
|
||||
static const uint16_t BOT_BEGIN_DELAY_BASE = 2000;
|
||||
static const uint16_t BOT_BEGIN_DELAY_INCREMENT = 2000;
|
||||
static const uint8_t BOT_SPAWN_QUEUE_DEPTH = 16;
|
||||
|
||||
typedef struct {
|
||||
int32_t clientNum;
|
||||
|
|
Loading…
Reference in a new issue