Client: Include FreeHL's damage.qc.

This commit is contained in:
Marco Cawthorne 2021-10-21 23:31:14 +02:00
parent 1310828b81
commit 48b07dea81
Signed by: eukara
GPG Key ID: C196CD8BA993248A
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,8 @@ ClientGame_InitDone(void)
void
ClientGame_RendererRestart(string rstr)
{
Damage_Precache();
FX_Blood_Init();
FX_BreakModel_Init();
FX_Explosion_Init();

View File

@ -19,6 +19,7 @@
../../../src/gs-entbase/shared.src
../shared/include.src
../../../valve/src/client/damage.qc
../../../base/src/client/draw.qc
init.qc
../../../valve/src/client/flashlight.qc