diff options
author | Tim Angus <tim@ngus.net> | 2002-01-09 15:19:20 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-01-09 15:19:20 +0000 |
commit | 3e4618de385abe5747751c36690c96e9f36c6480 (patch) | |
tree | 8263de0c68aa4927b2d742a5a2d51d6e8fc106df /src/game/g_local.h | |
parent | ab77b5a66d9261cf338dbcb9b551b629375a4f25 (diff) |
A bunch of stuff
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index aeba3c64..ff58b36f 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -348,6 +348,8 @@ struct gclient_s { qboolean allowedToPounce; vec3_t hovelOrigin; //TA: player origin before entering hovel + + int lastFlameBall; //TA: s.number of the last flame ball fired }; #define MAX_LOCDAMAGE_TEXT 8192 |