aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/hotspots.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-10-22 00:42:04 +0300
committerFilippos Karapetis2015-10-22 00:42:04 +0300
commit80dae7b8fcd3e20a0f18d9287a9fc44793f6c38a (patch)
tree3b54dfc89a0449ad9cc1a47f738bd9d6bbeaf8b9 /engines/mads/hotspots.h
parente232c9fdb6f150c361c0a556f3245d9b503d2cbb (diff)
downloadscummvm-rg350-80dae7b8fcd3e20a0f18d9287a9fc44793f6c38a.tar.gz
scummvm-rg350-80dae7b8fcd3e20a0f18d9287a9fc44793f6c38a.tar.bz2
scummvm-rg350-80dae7b8fcd3e20a0f18d9287a9fc44793f6c38a.zip
MADS: Phantom: Initial work on hotspots with dynamic animations
Diffstat (limited to 'engines/mads/hotspots.h')
-rw-r--r--engines/mads/hotspots.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/hotspots.h b/engines/mads/hotspots.h
index e556c29fb6..ffd53e5a70 100644
--- a/engines/mads/hotspots.h
+++ b/engines/mads/hotspots.h
@@ -35,6 +35,7 @@ class DynamicHotspot {
public:
bool _active;
int _seqIndex;
+ int _animIndex;
Common::Rect _bounds;
Common::Point _feetPos;
Facing _facing;
@@ -54,7 +55,7 @@ public:
void synchronize(Common::Serializer &s);
};
-#define DYNAMIC_HOTSPOTS_SIZE 10
+#define DYNAMIC_HOTSPOTS_SIZE 16
#define SYNTAX_SINGULAR 0
#define SYNTAX_PLURAL 1