aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 99f583a2d0..c346426fad 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -162,9 +162,6 @@ private:
int _mouseButton;
Common::List<IntNode *> _intNodes;
Common::Point _mousePos;
- int _cycleTime[4];
- int _cycleNext[4];
- VInitCycleResource *_cyclePtr;
void mainVoyeurIntFunc();
private:
@@ -198,6 +195,9 @@ public:
int _v2A0A2;
int _videoComputerBut4;
int _videoDead;
+ int _cycleTime[4];
+ byte *_cycleNext[4];
+ VInitCycleResource *_cyclePtr;
public:
EventsManager();
void setVm(VoyeurEngine *vm) { _vm = vm; }