PlayerSkin

This commit is contained in:
Sergeanur 2019-09-28 21:39:58 +03:00
parent 2d09a4b013
commit 5854016ec5
5 changed files with 205 additions and 4 deletions

View file

@ -2383,7 +2383,7 @@ void CMenuManager::SwitchToNewScreen(int32 screen)
// Set player skin.
if (m_nCurrScreen == MENUPAGE_SKIN_SELECT) {
CPlayerSkin::BeginFrontEndSkinEdit();
CPlayerSkin::BeginFrontendSkinEdit();
m_bSkinsFound = false;
}