aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
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);