X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fg_textures.pas;h=f129b9e219d9ff88a224951a8bbddba784fff022;hb=56ec1dee6d63a32353f94eac7e87d6a42b801a25;hp=6f239e4df78266d2ca749f9588727224a1004b7f;hpb=d7d166dc3cd287276202e862746208892c4cc89f;p=d2df-sdl.git diff --git a/src/game/g_textures.pas b/src/game/g_textures.pas index 6f239e4..f129b9e 100644 --- a/src/game/g_textures.pas +++ b/src/game/g_textures.pas @@ -20,7 +20,7 @@ interface uses SysUtils, Classes, - mempool, + {$IFDEF USE_MEMPOOL}mempool,{$ENDIF} e_graphics, MAPDEF, ImagingTypes, Imaging, ImagingUtility; Type @@ -37,7 +37,7 @@ Type TLevelTextureArray = Array of TLevelTexture; - TAnimation = class(TPoolObject) + TAnimation = class{$IFDEF USE_MEMPOOL}(TPoolObject){$ENDIF} private ID: DWORD; FAlpha: Byte;