GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0946720
)
more fixes
author
Ketmar Dark <ketmar@ketmar.no-ip.org>
Sat, 16 Apr 2016 16:03:28 +0000
(19:03 +0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Sat, 16 Apr 2016 16:03:38 +0000
(19:03 +0300)
src/game/g_panel.pas
patch
|
blob
|
history
diff --git
a/src/game/g_panel.pas
b/src/game/g_panel.pas
index 9672be8f5834b37e169c9410123a4cf9bb6ac510..c3db76ef1ae418d5c9f90ef0e7fbf42b78f22298 100644
(file)
--- 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
DEADSOFTWARE 2012-2025