1
0
mirror of https://github.com/td512/re3.git synced 2026-03-10 11:58:05 +00:00

Put more things under ifdef

This commit is contained in:
Sergeanur
2021-08-11 15:33:50 +03:00
parent 6c2d179aad
commit ce78081a7f
12 changed files with 213 additions and 138 deletions

View File

@@ -447,7 +447,7 @@ CMenuManager::ThingsToDoBeforeGoingBack()
if ((m_nCurrScreen == MENUPAGE_SKIN_SELECT) && strcmp(m_aSkinName, m_PrefsSkinFile) != 0) {
CWorld::Players[0].SetPlayerSkin(m_PrefsSkinFile);
#ifdef CUSTOM_FRONTEND_OPTIONS
} else if (ScreenHasOption(m_nCurrScreen, "FEA_3DH")) {
} else if (ScreenHasOption(m_nCurrScreen, "FEA_RSS")) {
#else
} else if (m_nCurrScreen == MENUPAGE_SOUND_SETTINGS) {
#endif