aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/startrek.h
diff options
context:
space:
mode:
authorMatthew Stewart2018-05-12 20:48:39 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commitfc89135a16439c7d3b2268038a691e8aa8d6ee50 (patch)
tree3630f711315389ba231947796fe0cddaf27bee03 /engines/startrek/startrek.h
parentd375429abef0109a483970975b053292efa4bd6e (diff)
downloadscummvm-rg350-fc89135a16439c7d3b2268038a691e8aa8d6ee50.tar.gz
scummvm-rg350-fc89135a16439c7d3b2268038a691e8aa8d6ee50.tar.bz2
scummvm-rg350-fc89135a16439c7d3b2268038a691e8aa8d6ee50.zip
STARTREK: Get animation timing working properly
Diffstat (limited to 'engines/startrek/startrek.h')
-rw-r--r--engines/startrek/startrek.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/startrek/startrek.h b/engines/startrek/startrek.h
index 6cb175c689..921d655f38 100644
--- a/engines/startrek/startrek.h
+++ b/engines/startrek/startrek.h
@@ -116,7 +116,6 @@ public:
// Running the game
Room *getRoom();
- void pollSystemEvents();
void playSoundEffectIndex(int index);
void playSpeech(const Common::String &filename);
@@ -136,6 +135,7 @@ public:
// Events
public:
+ void pollSystemEvents();
void initializeEventsAndMouse();
bool getNextEvent(TrekEvent *e);
void removeNextEvent();
@@ -156,6 +156,7 @@ private:
Common::List<TrekEvent> _eventQueue;
bool _mouseMoveEventInQueue;
bool _tickEventInQueue;
+ uint32 _frameStartMillis;
public:
// Detection related functions