Skip to content
Snippets Groups Projects
Commit 133c9bfd authored by LJ Sonic's avatar LJ Sonic
Browse files

Delete debug message

parent 351759ef
Branches
Tags
No related merge requests found
...@@ -844,8 +844,6 @@ static void CacheCustomSkinStates(skin_t *skin) ...@@ -844,8 +844,6 @@ static void CacheCustomSkinStates(skin_t *skin)
statenum_t defaultstate = GetCanonicalPlayerStateNumByName(&statename[skinstateprefixlen]); statenum_t defaultstate = GetCanonicalPlayerStateNumByName(&statename[skinstateprefixlen]);
if (defaultstate) 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 // 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 // e.g. WALK+WALK2+WALK3+WALK4 instead of just WALK
statenum_t alreadyoverriden; statenum_t alreadyoverriden;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment