X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=727e94ac7632e0b1e5b6e88e6f6a13f8876bfeb1;hb=b01cc2e9192a8deb3ab6a64d9cbed29ad2baeb9c;hp=02fe5aad01a60530c126232a0679d05d4d87b173;hpb=39b0746406e3df71ac598f7c0d9e96e9210df381;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}