summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index 2d2598c..6c3325a 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -1349,6 +1349,8 @@ typedef struct
qhandle_t lightningBeam;
qhandle_t lightningImpactPS;
+
+ sfxHandle_t hitSounds[ 5 ];
} cgMedia_t;
typedef struct
@@ -1613,6 +1615,8 @@ extern vmCvar_t cg_damageBlobAlpha;
extern vmCvar_t cg_healthBarSize;
extern vmCvar_t cg_healthBarAlpha;
+extern vmCvar_t cg_hitSounds;
+
//
// cg_main.c
//