From 539d0f0bff36e95cb7af84feb70458b3fb732747 Mon Sep 17 00:00:00 2001 From: XProger Date: Tue, 24 Sep 2019 20:48:10 +0300 Subject: [PATCH] fixed #215 --- src/format.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/format.h b/src/format.h index 0502f7e..cc87122 100644 --- a/src/format.h +++ b/src/format.h @@ -6205,8 +6205,6 @@ namespace TR { void readAnimTex(Stream &stream) { uint32 size; stream.read(size); - stream.seek(size * 2); - size = 0; if (size) { stream.read(animTexturesCount); animTextures = animTexturesCount ? new AnimTexture[animTexturesCount] : NULL;