DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / game / g_panel.pas
index 9672be8f5834b37e169c9410123a4cf9bb6ac510..d1a2c3bb6a98195ffea8e622349d27e3279c5417 100644 (file)
@@ -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