mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
Fix warnings
svn-id: r26274
This commit is contained in:
parent
a8f9e399b8
commit
2964bed5d2
@ -204,6 +204,8 @@ struct Zone : public Node {
|
||||
_flags = 0;
|
||||
_commands = NULL;
|
||||
}
|
||||
|
||||
virtual ~Zone() {}
|
||||
|
||||
void getRect(Common::Rect& r) const {
|
||||
r.left = _left;
|
||||
@ -314,6 +316,8 @@ struct Animation : public Zone {
|
||||
_frame = 0;
|
||||
_z = 0;
|
||||
}
|
||||
|
||||
virtual ~Animation() {}
|
||||
|
||||
virtual uint16 width() const {
|
||||
if (!_cnv) return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user