diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 4a12e3c0..00b38bbe 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -415,6 +415,9 @@ struct gclient_s #define RAM_FRAMES 1 //TA: number of frames to wait before retriggering int retriggerArmouryMenu; //TA: frame number to retrigger the armoury menu + + int lastBoughtAmmoTime; + qboolean campingAtTheArmoury; }; |