aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-30 10:25:46 +1100
committerPaul Gilbert2013-12-30 10:25:46 +1100
commit485c19b569bce6b69dd8b90c5304dca334f9ddc5 (patch)
treee49eb7a3046b11c7300c453de05b8ebf035dced4 /engines/voyeur/events.h
parentf1686fcf16de1ed3303369f6f3b4c29daeb25d44 (diff)
downloadscummvm-rg350-485c19b569bce6b69dd8b90c5304dca334f9ddc5.tar.gz
scummvm-rg350-485c19b569bce6b69dd8b90c5304dca334f9ddc5.tar.bz2
scummvm-rg350-485c19b569bce6b69dd8b90c5304dca334f9ddc5.zip
VOYEUR: Clean up playAVideoDuration
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h3
1 files changed, 3 insertions, 0 deletions
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<IntNode *> _intNodes;
Common::Point _mousePos;
+ int _cycleTime[4];
+ int _cycleNext[4];
+ VInitCycleResource *_cyclePtr;
void mainVoyeurIntFunc();
private: