1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-12 16:14:25 +02:00
This commit is contained in:
XProger
2019-09-24 20:48:10 +03:00
parent 0a15faa841
commit 539d0f0bff

View File

@@ -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;