summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-04-15 22:59:31 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-04-15 23:13:43 +0200
commit679261bf99df9365f55e75457c94b6b5d7189068 (patch)
tree3848771eab0c1370c2ee9c5c7ad91e546923deb6 /src/game/g_local.h
parent10936b413f37810d8498522510af8f97e601fb81 (diff)
Track funds fed; rework /allstats
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 635ceb1..af29793 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -365,6 +365,7 @@ typedef struct
int AllstatstimeLastViewed;
int spreebleeds;
int earned;
+ int fed;
int shared;
int overflowed;
int received;