mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-13 16:44:50 +02:00
fixed #215
This commit is contained in:
@@ -6205,8 +6205,6 @@ namespace TR {
|
|||||||
void readAnimTex(Stream &stream) {
|
void readAnimTex(Stream &stream) {
|
||||||
uint32 size;
|
uint32 size;
|
||||||
stream.read(size);
|
stream.read(size);
|
||||||
stream.seek(size * 2);
|
|
||||||
size = 0;
|
|
||||||
if (size) {
|
if (size) {
|
||||||
stream.read(animTexturesCount);
|
stream.read(animTexturesCount);
|
||||||
animTextures = animTexturesCount ? new AnimTexture[animTexturesCount] : NULL;
|
animTextures = animTexturesCount ? new AnimTexture[animTexturesCount] : NULL;
|
||||||
|
Reference in New Issue
Block a user