summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-03-18 23:14:20 +0000
committerTim Angus <tim@ngus.net>2001-03-18 23:14:20 +0000
commit996762d80d771075d1e9cb8530bde2c71e3b16b7 (patch)
treec8c938ab9c073f9e7fe16a60bfed0b6ed9a3b921 /src/game
parentf88246392e865202dd2b7029c0f3b62c7eb4c0f8 (diff)
You expect me to remember?
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 8f39f4fb..8a26fba2 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -304,7 +304,6 @@ void G_RegisterPlayerModels( void )
for( i = PCL_NONE + 1; i < PCL_NUM_CLASSES; i++ )
{
class = BG_FindModelNameForClass( i );
- Com_Printf( ":%s: ", class );
s = va("n\\%s%d\\t\\%i\\model\\%s\\hmodel\\%s\\g_redteam\\%s\\g_blueteam\\%s\\c1\\%s\\hc\\%i\\w\\%i\\l\\%i\\tt\\%d\\tl\\%d", "precache", i, 0, class, class, 0, 0, "7", 100, 0, 0, 0, 0);
trap_SetConfigstring( CS_PLAYERS + MAX_CLIENTS + i, s );