Skip to content

Commit eb881bc

Browse files
committed
feat(gamelod): Implement 'Very High' system spec
1 parent 451460e commit eb881bc

File tree

1 file changed

+0
-1
lines changed
  • GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus

1 file changed

+0
-1
lines changed

GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/OptionsMenu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,6 @@ void OptionsMenuInit( WindowLayout *layout, void *userData )
19151915
GadgetComboBoxAddEntry(comboBoxDetail, TheGameText->FETCH_OR_SUBSTITUTE("GUI:VeryHigh", L"Very High"), color);
19161916
GadgetComboBoxAddEntry(comboBoxDetail, TheGameText->fetch("GUI:Custom"), color);
19171917
static_assert(STATIC_GAME_LOD_COUNT == 5, "Wrong combo box count");
1918-
static_assert(STATIC_GAME_LOD_COUNT == 4, "Wrong combo box count");
19191918

19201919
//Check if level was never set and default to setting most suitable for system.
19211920
if (TheGameLODManager->getStaticLODLevel() == STATIC_GAME_LOD_UNKNOWN)

0 commit comments

Comments
 (0)