X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=b4a4dfd4095fa077ebe7f4ef9b6e80d183abaa48;hb=6af04febaefa3715e0dd42083a781df9b7f5e54e;hp=8da0b63c93a5c66826098e2965a5b060264917c1;hpb=0afc0aed48395daa3f4f4845b12df146dc4f3ab3;p=d2df-sdl.git diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 8da0b63..b4a4dfd 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -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