X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=727e94ac7632e0b1e5b6e88e6f6a13f8876bfeb1;hb=b796b9f7b887de367bb71ccf5acdd3e39d82ebd2;hp=02fe5aad01a60530c126232a0679d05d4d87b173;hpb=3a76b7e2235c387754facfcccd6e4de45f36a460;p=d2df-sdl.git diff --git a/src/game/g_textures.pas b/src/game/g_textures.pas index 02fe5aa..727e94a 100644 --- a/src/game/g_textures.pas +++ b/src/game/g_textures.pas @@ -73,6 +73,7 @@ type property counter: Byte read mCounter; property blending: Boolean read mBlending write mBlending; property alpha: Byte read mAlpha write mAlpha; + property length: Integer read mLength; end; TAnimation = class{$IFDEF USE_MEMPOOL}(TPoolObject){$ENDIF}