mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
ZVISION: Remove extraneous semicolon
This commit is contained in:
parent
7fb024c7fc
commit
e32f6f7e38
@ -65,7 +65,7 @@ RlfAnimation::RlfAnimation(const Common::String &fileName, bool stream)
|
||||
_frames[i] = readNextFrame();
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
RlfAnimation::~RlfAnimation() {
|
||||
if (_frames != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user