From 8a640195b2a3e4d1ad5d834c819e477cb45adb6e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 17 Apr 2001 15:54:22 +0000 Subject: Fixed special cases in locational damage --- src/game/g_local.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index da8da039..a36cf0b7 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -335,10 +335,12 @@ struct gclient_s { //TA: store locational damage regions typedef struct damageRegion_s { - float minHeight, maxHeight; - int minAngle, maxAngle; + float minHeight, maxHeight; + int minAngle, maxAngle; - float modifier; + float modifier; + + qboolean crouch; } damageRegion_t; // -- cgit