mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Fix quirk reported by Zack Middleton
This commit is contained in:
parent
75cd136c44
commit
2e2e54e3c5
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ void CG_NewClientInfo( int clientNum ) {
|
|||
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 ) );
|
||||
|
|
Loading…
Reference in a new issue