From 679261bf99df9365f55e75457c94b6b5d7189068 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 15 Apr 2020 22:59:31 +0200 Subject: Track funds fed; rework /allstats --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') 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; -- cgit