From 72b7a39be0762a9c604781404f047e2a0653f5f2 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 16 Jun 2003 03:02:08 +0000 Subject: * Exchanged Dragoon and Hydra to better fit the models * Adjusted relavant attributes * Disabled bank * Credits now non-volatile * In stages where the advanced builder is allowed it is now available from the egg --- src/game/g_client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/g_client.c') diff --git a/src/game/g_client.c b/src/game/g_client.c index 472a1d5f..4c95708a 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -1383,9 +1383,9 @@ void ClientSpawn( gentity_t *ent, gentity_t *spawn ) client->ps.stats[ STAT_WEAPONS2 ] = 0; client->ps.stats[ STAT_SLOTS ] = 0; - //no credit - if( !spawn ) - client->ps.persistant[ PERS_CREDIT ] = 0; + //NON-VOLATILE CREDIT //no credit +/* if( !spawn ) + client->ps.persistant[ PERS_CREDIT ] = 0;*/ client->ps.eFlags = flags; client->ps.clientNum = index; -- cgit