From 60743fc8c90a9d35bde1e632ed2ae5b55fb8168d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 30 Dec 2013 16:52:50 +1100 Subject: VOYEUR: Implemented vDoCycleInt --- engines/voyeur/events.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/voyeur/events.h') 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 _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; } -- cgit v1.2.3