From 8847ac53638653fd1dbe4d18c5d90e66db434047 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 8 Apr 2020 08:44:41 +0200 Subject: Track funds in /mystats; minor frac. evos fixes --- src/game/g_local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index b00c958..315e95e 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -364,6 +364,10 @@ typedef struct int timeLastViewed; int AllstatstimeLastViewed; int spreebleeds; + int earned; + int shared; + int overflowed; + int received; } statsCounters_t; typedef struct -- cgit