DEADSOFTWARE

game: set randomized rulez respawn to false
[d2df-sdl.git] / src / game / g_menu.pas
index 8da0b63c93a5c66826098e2965a5b060264917c1..b4a4dfd4095fa077ebe7f4ef9b6e80d183abaa48 100644 (file)
@@ -2430,9 +2430,9 @@ begin
       AddItem(_lc[I_MENU_YES]);
       AddItem(_lc[I_MENU_NO]);
       if LongBool(gsGameFlags and GAME_OPTION_RULEZRANDOM) then
-        ItemIndex := 1
+        ItemIndex := 0
       else
-        ItemIndex := 0;
+        ItemIndex := 1;
     end;
     with AddSwitch(_lc[I_MENU_BOTS_VS]) do
     begin