X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_panel.pas;h=c3db76ef1ae418d5c9f90ef0e7fbf42b78f22298;hp=9672be8f5834b37e169c9410123a4cf9bb6ac510;hb=7031a6441936ee1b8319773aad0f4f4c6bb97e3e;hpb=09467203d8397e1bc198c7b88d957b70b1413aa0 diff --git a/src/game/g_panel.pas b/src/game/g_panel.pas index 9672be8..c3db76e 100644 --- a/src/game/g_panel.pas +++ b/src/game/g_panel.pas @@ -200,6 +200,10 @@ begin if PanelRec.TextureNum > High(Textures) then begin e_WriteLog(Format('WTF?! PanelRec.TextureNum is out of limits! (%d : %d)', [PanelRec.TextureNum, High(Textures)]), MSG_FATALERROR); + FTextureWidth := 2; + FTextureHeight := 2; + FAlpha := 0; + FBlending := ByteBool(0); end else if not g_Map_IsSpecialTexture(Textures[PanelRec.TextureNum].TextureName) then begin