We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451460e commit eb881bcCopy full SHA for eb881bc
GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/OptionsMenu.cpp
@@ -1915,7 +1915,6 @@ void OptionsMenuInit( WindowLayout *layout, void *userData )
1915
GadgetComboBoxAddEntry(comboBoxDetail, TheGameText->FETCH_OR_SUBSTITUTE("GUI:VeryHigh", L"Very High"), color);
1916
GadgetComboBoxAddEntry(comboBoxDetail, TheGameText->fetch("GUI:Custom"), color);
1917
static_assert(STATIC_GAME_LOD_COUNT == 5, "Wrong combo box count");
1918
- static_assert(STATIC_GAME_LOD_COUNT == 4, "Wrong combo box count");
1919
1920
//Check if level was never set and default to setting most suitable for system.
1921
if (TheGameLODManager->getStaticLODLevel() == STATIC_GAME_LOD_UNKNOWN)
0 commit comments