mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 14:42:41 +00:00
IOQ3 commit 2216
This commit is contained in:
parent
8a652e019a
commit
57fcf1685c
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ UI_RegisterClientSkin
|
||||||
static qboolean UI_RegisterClientSkin(playerInfo_t * pi, const char *modelName, const char *skinName,
|
static qboolean UI_RegisterClientSkin(playerInfo_t * pi, const char *modelName, const char *skinName,
|
||||||
const char *headModelName, const char *headSkinName, const char *teamName)
|
const char *headModelName, const char *headSkinName, const char *teamName)
|
||||||
{
|
{
|
||||||
char filename[MAX_QPATH * 2];
|
char filename[MAX_QPATH];
|
||||||
|
|
||||||
if (teamName && *teamName) {
|
if (teamName && *teamName) {
|
||||||
Com_sprintf(filename, sizeof(filename), "models/players/%s/%s/lower_%s.skin", modelName, teamName,
|
Com_sprintf(filename, sizeof(filename), "models/players/%s/%s/lower_%s.skin", modelName, teamName,
|
||||||
|
|
Loading…
Reference in a new issue