X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_panel.pas;h=d1a2c3bb6a98195ffea8e622349d27e3279c5417;hb=308e38b7e47d95142f20c5f020f176924b7f877e;hp=9672be8f5834b37e169c9410123a4cf9bb6ac510;hpb=09467203d8397e1bc198c7b88d957b70b1413aa0;p=d2df-sdl.git diff --git a/src/game/g_panel.pas b/src/game/g_panel.pas index 9672be8..d1a2c3b 100644 --- a/src/game/g_panel.pas +++ b/src/game/g_panel.pas @@ -1,3 +1,4 @@ +{$MODE DELPHI} unit g_panel; interface @@ -200,6 +201,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