aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-07 19:20:05 -0400
committerPaul Gilbert2017-08-07 19:20:05 -0400
commit659fdfaf9ec6fa0ca7a7397221977105f201349c (patch)
treee72aa07486ab09a775032558c5e8dddf35617ed8 /engines/voyeur/data.h
parentda4d4d8272a96b6ce5de905966f1ce9ba859a6a3 (diff)
downloadscummvm-rg350-659fdfaf9ec6fa0ca7a7397221977105f201349c.tar.gz
scummvm-rg350-659fdfaf9ec6fa0ca7a7397221977105f201349c.tar.bz2
scummvm-rg350-659fdfaf9ec6fa0ca7a7397221977105f201349c.zip
VOYEUR: Workaround original game using invalid hotspot Ids
Diffstat (limited to 'engines/voyeur/data.h')
-rw-r--r--engines/voyeur/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index a18ad84f51..e7bdb63f58 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -113,7 +113,7 @@ public:
bool _abortInterface;
bool _isAM;
bool _phoneCallsReceived[5];
- bool _roomHotspotsEnabled[20];
+ bool _roomHotspotsEnabled[32];
bool _victimMurdered;
int _aptLoadMode;