fixed g_client.c

This commit is contained in:
Walter Julius Hennecke 2013-08-13 21:48:06 +02:00
parent 5a78efe9cf
commit 79596ab7e5
1 changed files with 1 additions and 0 deletions

View File

@ -1304,6 +1304,7 @@ char* G_Client_Connect( int32_t clientNum, qboolean firstTime, qboolean isBot )
client->ps.persistant[PERS_SCORE] = 1;
} else {
int32_t tmpScore = 0;
int32_t i = 0;
newClass = Info_ValueForKey (userinfo, "ui_playerClass" );
newRank = Info_ValueForKey (userinfo, "ui_playerRank" );