Insert muzzleflash precaches from Nuclide into ClientGame_RendererRestart

This commit is contained in:
Marco Cawthorne 2021-10-06 22:02:10 +02:00
parent 1019c16913
commit c4a5f92063
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 5 additions and 0 deletions

View File

@ -58,5 +58,10 @@ ClientGame_RendererRestart(string rstr)
precache_model("sprites/ofch2.spr");
precache_model("sprites/320hudof01.spr");
/* there's also muzzleflash.spr, but that's just MUZZLE_SMALL again */
MUZZLE_RIFLE = (int)getmodelindex("sprites/muzzleflash1.spr");
MUZZLE_SMALL = (int)getmodelindex("sprites/muzzleflash2.spr");
MUZZLE_WEIRD = (int)getmodelindex("sprites/muzzleflash3.spr");
BEAM_TRIPMINE = particleeffectnum("weapon_tripmine.beam");
}