summaryrefslogtreecommitdiff
path: root/src/game/g_ptr.c
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_ptr.c
parentb4f7bd74f46219909dcb116d4448a378edc405b7 (diff)
rename pers.credit to pers.funds
Diffstat (limited to 'src/game/g_ptr.c')
-rw-r--r--src/game/g_ptr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_ptr.c b/src/game/g_ptr.c
index e102183..3727c99 100644
--- a/src/game/g_ptr.c
+++ b/src/game/g_ptr.c
@@ -62,7 +62,7 @@ void G_UpdatePTRConnection( gclient_t *client )
if( client && client->pers.connection )
{
client->pers.connection->clientTeam = client->pers.teamSelection;
- client->pers.connection->clientCredit = client->pers.credit;
+ client->pers.connection->clientCredit = client->pers.funds;
client->pers.connection->clientScore = client->pers.score;
}
}