summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-02-02 14:20:25 +0000
committerTim Angus <tim@ngus.net>2001-02-02 14:20:25 +0000
commit0e1c05c87da0d9b94165daaf617b7096d36b2b7c (patch)
treede2e86a97f4e13e853a35ff05d61c65167797d36 /src
parenta08a8afb56a82cff489f82cdec1b802c76d0326e (diff)
V small tidy up
Diffstat (limited to 'src')
-rw-r--r--src/game/g_client.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c
index 87d5fc8d..4b0c4b78 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -928,11 +928,8 @@ void ClientUserinfoChanged( int clientNum ) {
//client->ps.stats[STAT_MAX_HEALTH] = client->pers.maxHealth;
// set model
- //Q_strncpyz( model, Info_ValueForKey (userinfo, "model"), sizeof( model ) );
s = BG_FindModelNameForClass( client->pers.pclass );
-
- //if( client->pers.pclass > PCL_NONE && client->pers.pclass < PCL_NUM_CLASSES )
- Q_strncpyz( model, s, sizeof( model ) );
+ Q_strncpyz( model, s, sizeof( model ) );
// team
switch( client->sess.sessionTeam ) {