From d12d110543f0ddd2883c721dad80fa5e39fa2f74 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 21 Oct 2015 21:39:38 +0300 Subject: MADS: Phantom: Increase maximum dynamic hotspots to 10, up from 8 Scene 105 in Phantom uses 9 dynamic hotspots --- engines/mads/hotspots.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/mads/hotspots.h b/engines/mads/hotspots.h index faabd44208..e556c29fb6 100644 --- a/engines/mads/hotspots.h +++ b/engines/mads/hotspots.h @@ -54,7 +54,7 @@ public: void synchronize(Common::Serializer &s); }; -#define DYNAMIC_HOTSPOTS_SIZE 8 +#define DYNAMIC_HOTSPOTS_SIZE 10 #define SYNTAX_SINGULAR 0 #define SYNTAX_PLURAL 1 -- cgit v1.2.3