summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorTheriaca <reichmeister@protonmail.com>2019-01-26 15:58:41 +0100
committerPaweł Redman <pawel.redman@gmail.com>2019-02-10 14:47:47 +0100
commit0ef49ba324e49ad56f37f770702d3716d9c57471 (patch)
tree250f2af37981ca7d2b8985adc25ddc55fde35475 /src/game/g_local.h
parentb4f7bd74f46219909dcb116d4448a378edc405b7 (diff)
rename pers.credit to pers.funds
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 1 insertions, 1 deletions
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;