aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-30 16:52:50 +1100
committerPaul Gilbert2013-12-30 16:52:50 +1100
commit60743fc8c90a9d35bde1e632ed2ae5b55fb8168d (patch)
treefb6fcfbb3e9df1ab3462dd6e785941debcda722e /engines/voyeur/events.h
parent485c19b569bce6b69dd8b90c5304dca334f9ddc5 (diff)
downloadscummvm-rg350-60743fc8c90a9d35bde1e632ed2ae5b55fb8168d.tar.gz
scummvm-rg350-60743fc8c90a9d35bde1e632ed2ae5b55fb8168d.tar.bz2
scummvm-rg350-60743fc8c90a9d35bde1e632ed2ae5b55fb8168d.zip
VOYEUR: Implemented vDoCycleInt
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; }