aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-07 20:44:28 -0500
committerPaul Gilbert2013-12-07 20:44:28 -0500
commita6ceaf29854a47785c7a36831bea41411e1bb0cf (patch)
treeedc14c94e5c660fb11bee5dd0b0ba9b746079382 /engines/voyeur/events.h
parentb40c34a8836dc12bc541579afad06dfb1e097a95 (diff)
downloadscummvm-rg350-a6ceaf29854a47785c7a36831bea41411e1bb0cf.tar.gz
scummvm-rg350-a6ceaf29854a47785c7a36831bea41411e1bb0cf.tar.bz2
scummvm-rg350-a6ceaf29854a47785c7a36831bea41411e1bb0cf.zip
VOYEUR: Refactoring of BoltFile now that have more than one bolt file
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 47a6c5ab3c..3cfdca4faa 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -66,7 +66,7 @@ public:
int _RTVNum;
int _switchBGNum;
int _group;
- int _resolvePtr;
+ const int *_resolvePtr;
int _seconds;
int _minutes;
int _hours;
@@ -171,6 +171,7 @@ public:
int _fadeCount;
int _fadeStatus;
+ int _v2A0A2;
int _videoComputerNum;
int _videoComputerBut1;
int _videoComputerBut4;