summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-01-09 15:19:20 +0000
committerTim Angus <tim@ngus.net>2002-01-09 15:19:20 +0000
commit3e4618de385abe5747751c36690c96e9f36c6480 (patch)
tree8263de0c68aa4927b2d742a5a2d51d6e8fc106df /src/game/g_local.h
parentab77b5a66d9261cf338dbcb9b551b629375a4f25 (diff)
A bunch of stuff
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
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