X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=02fe5aad01a60530c126232a0679d05d4d87b173;hp=d35fc53be4c961ae19e62c0e973b206c1720d887;hb=3a76b7e2235c387754facfcccd6e4de45f36a460;hpb=dc37333a08186fc9d9ceffb8b7a0b49534fcf5ee diff --git a/src/game/g_textures.pas b/src/game/g_textures.pas index d35fc53..02fe5aa 100644 --- a/src/game/g_textures.pas +++ b/src/game/g_textures.pas @@ -26,8 +26,7 @@ type TLevelTexture = record TextureName: AnsiString; // as stored in wad FullName: AnsiString; // full path to texture // !!! merge it with TextureName - case anim: Boolean of - true: (framesCount: Byte; speed: Byte); + framesCount, speed: Byte; end; TLevelTextureArray = array of TLevelTexture;