mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Delete debug message
This commit is contained in:
parent
351759ef14
commit
133c9bfd6a
1 changed files with 0 additions and 2 deletions
|
@ -844,8 +844,6 @@ static void CacheCustomSkinStates(skin_t *skin)
|
|||
statenum_t defaultstate = GetCanonicalPlayerStateNumByName(&statename[skinstateprefixlen]);
|
||||
if (defaultstate)
|
||||
{
|
||||
CONS_Printf("custom skin state: %s => %s\n", &statename[skinstateprefixlen], statename);
|
||||
|
||||
// If a default state is overriden by multiple custom states, use the first one as reference
|
||||
// e.g. WALK+WALK2+WALK3+WALK4 instead of just WALK
|
||||
statenum_t alreadyoverriden;
|
||||
|
|
Loading…
Reference in a new issue