From 485c19b569bce6b69dd8b90c5304dca334f9ddc5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 30 Dec 2013 10:25:46 +1100 Subject: VOYEUR: Clean up playAVideoDuration --- engines/voyeur/events.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/voyeur/events.h') diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h index 487d59e94d..99f583a2d0 100644 --- a/engines/voyeur/events.h +++ b/engines/voyeur/events.h @@ -162,6 +162,9 @@ private: int _mouseButton; Common::List _intNodes; Common::Point _mousePos; + int _cycleTime[4]; + int _cycleNext[4]; + VInitCycleResource *_cyclePtr; void mainVoyeurIntFunc(); private: -- cgit v1.2.3