X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=11dd664dd078e80d4103dc8bed63e66d190ade31;hb=96f8e6b190e94847ab2527cc07ee8b19589c05fa;hp=72a5c8ceeb16317cfbaf60d737cd667dcb8726d1;hpb=a959696d242bc66e6890d281eb6e5d627c2588e9;p=d2df-sdl.git diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 72a5c8c..11dd664 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -1873,7 +1873,7 @@ begin with TGUIListBox(menu.GetControl('lsResolution')) do begin - list := sys_GetDispalyModes(gBPP); + list := sys_GetDisplayModes(gBPP); if list <> nil then begin Items := list;