X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fengine%2Fe_graphics.pas;h=07ad1744eb81d6b089e4919486324675a1394ff3;hb=ff104a8cdc79693b7546d839605ec73ae135d904;hp=49bdaa6b55252d2aa1edd94714294bd6db273d08;hpb=5c5095104dd746b4bb39c30e3971fa4388955ab5;p=d2df-sdl.git diff --git a/src/engine/e_graphics.pas b/src/engine/e_graphics.pas index 49bdaa6..07ad174 100644 --- a/src/engine/e_graphics.pas +++ b/src/engine/e_graphics.pas @@ -154,7 +154,7 @@ type OldID: DWORD; Pixels: Pointer; end; - + var e_Textures: array of TTexture = nil; e_TextureFonts: array of TTextureFont = nil; @@ -1675,7 +1675,7 @@ begin end; end; end; - + if e_TextureFonts <> nil then begin e_WriteLog(' Releasing texturefonts...', MSG_NOTIFY); @@ -1725,7 +1725,7 @@ begin e_TextureFontBuildInPlace(i); end; end; - + SetLength(e_SavedTextures, 0); end;