Client: Enable the damage notifications from Half-Life.

This commit is contained in:
Marco Cawthorne 2021-12-17 18:22:29 -08:00
parent fec4b8a642
commit 87f6396c4a
Signed by: eukara
GPG key ID: C196CD8BA993248A
2 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@ HUD_Init(void)
g_hud15_spr = spriteframe("sprites/640hud15.spr", 0, 0.0f);
g_hud16_spr = spriteframe("sprites/640hud16.spr", 0, 0.0f);
HUD_AmmoNotify_Init();
HUD_DamageNotify_Init();
precache_model("sprites/bottom.spr");
precache_model("sprites/bottom_left.spr");
@ -683,6 +684,7 @@ HUD_Draw(void)
Radar_Draw();
HUD_DrawNotify();
HUD_DrawHealth();
HUD_DamageNotify_Draw();
HUD_DrawArmor();
HUD_DrawZones();
HUD_DrawProgress();

View file

@ -34,6 +34,7 @@ game_event.qc
view.qc
crosshair.qc
../../../valve/src/client/obituary.qc
../../../valve/src/client/hud_dmgnotify.qc
hud_ammonotify.qc
hud.qc
hud_weaponselect.qc