From 6775d86d0647ada89972f0eb9531c3a857274332 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 5 Apr 2016 18:48:29 +0200 Subject: WAGE: Fix bugs in original, when people mistype storage scene name --- engines/wage/world.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/wage/world.h') diff --git a/engines/wage/world.h b/engines/wage/world.h index e9041139df..355d660c8d 100644 --- a/engines/wage/world.h +++ b/engines/wage/world.h @@ -50,8 +50,6 @@ namespace Wage { -#define STORAGESCENE "STORAGE@" - class Sound; class World { -- cgit v1.2.3 From 5fbac749e2951577dbe822aa789ad30005a2bf21 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 28 Apr 2016 12:37:03 +0200 Subject: WAGE: Moved patterns to WindowManager --- engines/wage/world.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/wage/world.h') diff --git a/engines/wage/world.h b/engines/wage/world.h index 355d660c8d..468bedbc59 100644 --- a/engines/wage/world.h +++ b/engines/wage/world.h @@ -48,6 +48,8 @@ #ifndef WAGE_WORLD_H #define WAGE_WORLD_H +#include "wage/macwindowmanager.h" + namespace Wage { class Sound; @@ -85,7 +87,7 @@ public: ObjArray _orderedObjs; ChrArray _orderedChrs; Common::Array _orderedSounds; - Patterns _patterns; + Patterns *_patterns; Scene *_storageScene; Chr *_player; //List moveListeners; -- cgit v1.2.3