mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-23 01:50:41 +00:00
IOQ3 commit 2215
This commit is contained in:
parent
39292eeab6
commit
8a652e019a
1 changed files with 1 additions and 1 deletions
|
@ -6803,7 +6803,7 @@ static int UI_MapCountVote(void)
|
|||
|
||||
qboolean UI_hasSkinForBase(const char *base, const char *team)
|
||||
{
|
||||
char test[1024];
|
||||
char test[MAX_QPATH];
|
||||
|
||||
Com_sprintf(test, sizeof(test), "models/players/%s/%s/lower_default.skin", base, team);
|
||||
|
||||
|
|
Loading…
Reference in a new issue