From 84fb90e7a52daffd862159d54cda4817aa930a6f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 13 Mar 2014 20:56:03 -0400 Subject: MADS: Fix GCC warnings and memory leaks --- engines/mads/scene_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/scene_data.h') 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); -- cgit v1.2.3