From a6ceaf29854a47785c7a36831bea41411e1bb0cf Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 7 Dec 2013 20:44:28 -0500 Subject: VOYEUR: Refactoring of BoltFile now that have more than one bolt file --- engines/voyeur/events.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/voyeur/events.h') 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; -- cgit v1.2.3