summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorTheriaca <reichmeister@protonmail.com>2019-01-26 16:17:39 +0100
committerPaweł Redman <pawel.redman@gmail.com>2019-02-10 14:47:47 +0100
commitea57436f20116f0168678539c593a0d0a49c76f9 (patch)
tree93ebb23deed58f9f4705e7363f12c9e37199d3e1 /src/game/g_local.h
parent0ef49ba324e49ad56f37f770702d3716d9c57471 (diff)
convert pers.funds to float, remove pers.fractionalCredit
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 1 insertions, 2 deletions
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;