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.h3
1 files changed, 3 insertions, 0 deletions
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;