From 0c097c244fc8c57fa33524c8c351195826519343 Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Fri, 21 Feb 2020 13:55:46 +0000 Subject: sounds for zooming in / out with mass driver --- src/cgame/cg_local.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index ea1694b..83c3162 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -666,6 +666,7 @@ typedef struct centity_s qboolean valid; qboolean oldValid; + qboolean zoomed; } centity_t; @@ -1185,6 +1186,8 @@ typedef struct // sounds sfxHandle_t tracerSound; + sfxHandle_t weaponZoomIn; + sfxHandle_t weaponZoomOut; sfxHandle_t selectSound; sfxHandle_t footsteps[ FOOTSTEP_TOTAL ][ 4 ]; sfxHandle_t talkSound; -- cgit