aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/hotspots.h')
-rw-r--r--engines/gob/hotspots.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/hotspots.h b/engines/gob/hotspots.h
index 8d26ad224e..b348f9cd70 100644
--- a/engines/gob/hotspots.h
+++ b/engines/gob/hotspots.h
@@ -158,6 +158,8 @@ private:
uint32 key;
uint32 id;
uint32 index;
+ uint16 x;
+ uint16 y;
};
struct InputDesc {
@@ -178,6 +180,8 @@ private:
uint16 _currentKey;
uint16 _currentIndex;
uint16 _currentId;
+ uint16 _currentX;
+ uint16 _currentY;
/** Add a hotspot, returning the new index. */
uint16 add(const Hotspot &hotspot);