aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-01 15:09:52 -0500
committerPaul Gilbert2014-02-01 15:09:52 -0500
commit971fd6304fca2b31c8f92f8a3bf2606b1f0a4e0f (patch)
tree5f5d52c747a2261b009c70992eb8ada951629c47 /engines/voyeur/data.h
parent517df376a2d96b68e3a7b9f5c078be48cb12a211 (diff)
downloadscummvm-rg350-971fd6304fca2b31c8f92f8a3bf2606b1f0a4e0f.tar.gz
scummvm-rg350-971fd6304fca2b31c8f92f8a3bf2606b1f0a4e0f.tar.bz2
scummvm-rg350-971fd6304fca2b31c8f92f8a3bf2606b1f0a4e0f.zip
VOYEUR: Renamed SVoy._arr7 to _roomHotspotsEnabled
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 4e592d8b11..db6ec988d7 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -104,7 +104,7 @@ public:
HotspotTimes<8> _videoHotspotTimes;
HotspotTimes<3> _audioHotspotTimes;
HotspotTimes<3> _evidenceHotspotTimes;
- int _arr7[20];
+ bool _roomHotspotsEnabled[20];
int _field468;
int _field46A;