Client: Include FreeHL's damage.qc.
This commit is contained in:
parent
1310828b81
commit
48b07dea81
2 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,8 @@ ClientGame_InitDone(void)
|
|||
void
|
||||
ClientGame_RendererRestart(string rstr)
|
||||
{
|
||||
Damage_Precache();
|
||||
|
||||
FX_Blood_Init();
|
||||
FX_BreakModel_Init();
|
||||
FX_Explosion_Init();
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue