aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2015-10-21 21:39:38 +0300
committerFilippos Karapetis2015-10-21 21:42:24 +0300
commitd12d110543f0ddd2883c721dad80fa5e39fa2f74 (patch)
treecdaaef33f2c9d7440fc7e8c2ffe72fb79ebea43d /engines
parentd22a997cb24b501d19938d431c8764a4f965d6fd (diff)
downloadscummvm-rg350-d12d110543f0ddd2883c721dad80fa5e39fa2f74.tar.gz
scummvm-rg350-d12d110543f0ddd2883c721dad80fa5e39fa2f74.tar.bz2
scummvm-rg350-d12d110543f0ddd2883c721dad80fa5e39fa2f74.zip
MADS: Phantom: Increase maximum dynamic hotspots to 10, up from 8
Scene 105 in Phantom uses 9 dynamic hotspots
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/hotspots.h2
1 files changed, 1 insertions, 1 deletions
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