From 559efad195b2ec7e77bd9192328d9e48b2a81e29 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 19 Apr 2014 14:46:28 -0400 Subject: MADS: Moved Animation::free to be Scene::freeAnimation --- engines/mads/animation.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'engines/mads/animation.h') diff --git a/engines/mads/animation.h b/engines/mads/animation.h index 1fff2c48d1..8afb8cfcef 100644 --- a/engines/mads/animation.h +++ b/engines/mads/animation.h @@ -137,7 +137,6 @@ private: MADSEngine *_vm; Scene *_scene; - Common::Array _messages; Common::Array _miscEntries; Common::Array _spriteSets; Font *_font; @@ -179,6 +178,7 @@ public: Common::Array _spriteListIndexes; Common::Array _frameEntries; Common::Array _uiEntries; + Common::Array _messages; bool _resetFlag; int _oldFrameEntry; @@ -188,11 +188,6 @@ public: */ ~Animation(); - /** - * Releases scene resources used by the animation, and then deletes it - */ - void free(); - /** * Loads animation data */ -- cgit v1.2.3