X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=727e94ac7632e0b1e5b6e88e6f6a13f8876bfeb1;hp=02fe5aad01a60530c126232a0679d05d4d87b173;hb=b796b9f7b887de367bb71ccf5acdd3e39d82ebd2;hpb=1443e95fdfcecd289bb2801121198caad9ecd039 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}