summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h8
1 files changed, 5 insertions, 3 deletions
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;
//