[quake3-commits] r1906 - trunk/code/cgame

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 4 16:51:34 EST 2011


Author: thilo
Date: 2011-03-04 16:51:34 -0500 (Fri, 04 Mar 2011)
New Revision: 1906

Modified:
   trunk/code/cgame/cg_players.c
Log:
Fix quirk reported by Zack Middleton


Modified: trunk/code/cgame/cg_players.c
===================================================================
--- trunk/code/cgame/cg_players.c	2011-03-04 20:32:03 UTC (rev 1905)
+++ trunk/code/cgame/cg_players.c	2011-03-04 21:51:34 UTC (rev 1906)
@@ -990,7 +990,7 @@
 		char *skin;
 
 		if( cgs.gametype >= GT_TEAM ) {
-			Q_strncpyz( newInfo.headModelName, DEFAULT_TEAM_MODEL, sizeof( newInfo.headModelName ) );
+			Q_strncpyz( newInfo.headModelName, DEFAULT_TEAM_HEAD, sizeof( newInfo.headModelName ) );
 			Q_strncpyz( newInfo.headSkinName, "default", sizeof( newInfo.headSkinName ) );
 		} else {
 			trap_Cvar_VariableStringBuffer( "headmodel", modelStr, sizeof( modelStr ) );



More information about the quake3-commits mailing list