Add custom model support.

This commit is contained in:
Giegue
2023-02-24 14:49:55 -03:00
parent 513cde6231
commit d4ecb16bf7
29 changed files with 85 additions and 43 deletions

View File

@@ -806,7 +806,6 @@ void world_precache(void)
PRECACHE_MODEL ("models/w_grenade.mdl");
}
void MonsterCommand(void)
{
int index;
@@ -1259,7 +1258,7 @@ int mmDispatchSpawn( edict_t *pent )
process_monster_precache_cfg();
process_monster_cfg();
// node support. -Giegue
// init the WorldGraph.
WorldGraph.InitGraph();