X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=21f25cb1a7806c22898c998af38ebc3a63204a9a;hp=3e092381baf7ad01f2d84574955e044aaae87d5b;hb=c90881fed6a6189ebf3ae3415660f3adf7819ae7;hpb=6a9364772aa1d92cf10886b5d1cec54d557bcada diff --git a/src/game/g_game.pas b/src/game/g_game.pas index 3e09238..21f25cb 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -4005,13 +4005,8 @@ begin if gState = STATE_ENDPIC then begin ID := DWORD(-1); - if not g_Texture_Get('TEXTURE_endpic', ID) then - g_Texture_Get(_lc[I_TEXTURE_ENDPIC], ID); - - if ID <> DWORD(-1) then - e_DrawSize(ID, 0, 0, 0, False, False, gScreenWidth, gScreenHeight) - else - e_Clear(GL_COLOR_BUFFER_BIT, 0, 0, 0); + if g_Texture_Get('TEXTURE_endpic', ID) then DrawMenuBackground('TEXTURE_endpic') + else DrawMenuBackground(_lc[I_TEXTURE_ENDPIC]); if g_ActiveWindow <> nil then begin