X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=879b9c915cfd5fdc68840d2f8332530f236b4e58;hb=d52e9d7b6bcc5c1846c82c3908a4688339e736f3;hp=9749ad077c3ac0e4e9d8c75e8d6f2a71c79cd712;hpb=9dd658c29584dad15efd3e379fee8f1f86ce2458;p=d2df-sdl.git diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 9749ad0..879b9c9 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -895,9 +895,6 @@ begin {$IFDEF ENABLE_RENDER} r_Render_Draw; {$ENDIF} - {$IFDEF ENABLE_SYSTEM} - sys_Repaint; - {$ENDIF} slReturnPressed := True; if g_Net_Slist_Fetch(slCurrent) then @@ -3291,7 +3288,7 @@ begin g_GUI_AddWindow(Menu); Menu := TGUIWindow.Create('AuthorsMenu'); - Menu.BackTexture := 'INTER'; + Menu.BackTexture := GameWad + ':/TEXTURES/INTER'; Menu.OnClose := ProcAuthorsClose; // Çàãîëîâîê: