diff --git a/OpenRA.FileFormats/Graphics/VqaReader.cs b/OpenRA.FileFormats/Graphics/VqaReader.cs index d130dfe294..f950aefd3e 100644 --- a/OpenRA.FileFormats/Graphics/VqaReader.cs +++ b/OpenRA.FileFormats/Graphics/VqaReader.cs @@ -137,7 +137,11 @@ namespace OpenRA.FileFormats if (reader.PeekChar() == 0) reader.ReadByte(); } if (++currentFrame == numFrames) + { currentFrame = 0; + cbpCount = 0; + newcbfFormat80.Clear(); + } } public void FrameData(ref Bitmap frame)