mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
SWORD25: Fix regression introduced in 5dd8f2575b0f
Janitorial removed function call which had a side effect. Thus the actor image load code crashed.
This commit is contained in:
parent
ea53386f3e
commit
1c711da8fc
@ -247,6 +247,9 @@ VectorImage::VectorImage(const byte *pFileData, uint fileSize, bool &success, co
|
||||
return;
|
||||
}
|
||||
|
||||
// readout SWF size
|
||||
flashRectToBSRect(bs);
|
||||
|
||||
// Get frame rate and frame count
|
||||
/* uint32 frameRate = */
|
||||
bs.getUInt16();
|
||||
|
Loading…
x
Reference in New Issue
Block a user