Added monster: Gargantua.

This commit is contained in:
Julian
2020-03-12 02:41:34 -03:00
parent b229587cd0
commit 0f3b4a783f
7 changed files with 1644 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ typedef struct
CMBaseMonster *pMonster;
} monster_t;
#define MAX_MONSTER_ENTS 200
#define MAX_MONSTER_ENTS 400 // increased from 200 so it can hold non-monster entities
extern monster_t monsters[MAX_MONSTER_ENTS];