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:
Eugene Sandulenko 2011-07-10 16:34:45 +03:00
parent ea53386f3e
commit 1c711da8fc

View File

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