mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Also cache custom skin states when patching a skin
This commit is contained in:
parent
133c9bfd6a
commit
d7bcd6dfac
1 changed files with 2 additions and 0 deletions
|
@ -1149,6 +1149,8 @@ next_token:
|
|||
|
||||
R_FlushTranslationColormapCache();
|
||||
|
||||
CacheCustomSkinStates(skin);
|
||||
|
||||
if (mainfile == false)
|
||||
CONS_Printf(M_GetText("Patched skin '%s'\n"), skin->name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue