From 0ef49ba324e49ad56f37f770702d3716d9c57471 Mon Sep 17 00:00:00 2001 From: Theriaca Date: Sat, 26 Jan 2019 15:58:41 +0100 Subject: rename pers.credit to pers.funds --- src/game/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 5250913..4d70a33 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -408,7 +408,7 @@ typedef struct // used to save playerState_t values while in SPECTATOR_FOLLOW mode int score; - int credit; + int funds; float fractionalCredit; // alien-only int ping; -- cgit