From ea57436f20116f0168678539c593a0d0a49c76f9 Mon Sep 17 00:00:00 2001 From: Theriaca Date: Sat, 26 Jan 2019 16:17:39 +0100 Subject: convert pers.funds to float, remove pers.fractionalCredit --- src/game/g_local.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 4d70a33..c701da2 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -408,8 +408,7 @@ typedef struct // used to save playerState_t values while in SPECTATOR_FOLLOW mode int score; - int funds; - float fractionalCredit; // alien-only + float funds; int ping; int lastTeamStatus; -- cgit