aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-13 20:56:03 -0400
committerPaul Gilbert2014-03-13 20:56:03 -0400
commit84fb90e7a52daffd862159d54cda4817aa930a6f (patch)
tree598d8c6d9faf959a325a4386609fb7529fe74542 /engines/mads/scene_data.h
parentb2d90ddaab19702495a2dcc84be0de7443739f0b (diff)
downloadscummvm-rg350-84fb90e7a52daffd862159d54cda4817aa930a6f.tar.gz
scummvm-rg350-84fb90e7a52daffd862159d54cda4817aa930a6f.tar.bz2
scummvm-rg350-84fb90e7a52daffd862159d54cda4817aa930a6f.zip
MADS: Fix GCC warnings and memory leaks
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index d5c7281fae..d0c61ae3f7 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -124,7 +124,7 @@ public:
bool _textActive;
bool _active;
- DirtyArea() { _active = false; }
+ DirtyArea();
void setArea(int width, int height, int maxWidth, int maxHeight);