diff options
author | Tim Angus <tim@ngus.net> | 2001-06-24 02:29:09 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-06-24 02:29:09 +0000 |
commit | 592e11297d66671c44b5489c9db61a0c1b5b2454 (patch) | |
tree | 165e018acfeebfd7f6ec7a07e1f1df9973591560 /src/cgame | |
parent | be48c257834436e7adc2b20540da105a13b68688 (diff) |
Wall walking now a toggle
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_players.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 27e93d85..803f3389 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -504,7 +504,6 @@ static int CG_GetCorpseNum( int pclass ) { for ( i = 0 ; i < MAX_CLIENTS; i++ ) { match = &cgs.corpseinfo[ i ]; - Com_Printf( "%d: %s %s\n", i, modelName, match->modelName ); if ( !match->infoValid ) continue; |