From f6888eef1069ac5df07c3f4dcc3a30755bc4ebb0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 4 Mar 2014 09:33:57 -0500 Subject: MADS: Implementation of timer functionality for Scene::doFrame --- engines/mads/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/animation.h') diff --git a/engines/mads/animation.h b/engines/mads/animation.h index 1f0e1fda65..484856f769 100644 --- a/engines/mads/animation.h +++ b/engines/mads/animation.h @@ -119,7 +119,7 @@ public: static Animation *init(MADSEngine *vm, Scene *scene); public: Common::Array _spriteListIndexes; - Common::Array _messages; + Common::Array _kernelMessages; Common::Array _frameEntries; Common::Array _miscEntries; Common::Array _spriteSets; -- cgit v1.2.3