aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/game.h')
-rw-r--r--engines/draci/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/draci/game.h b/engines/draci/game.h
index 826f5599f2..0fca5972cb 100644
--- a/engines/draci/game.h
+++ b/engines/draci/game.h
@@ -324,7 +324,7 @@ public:
int shouldExitLoop() const { return _shouldExitLoop; }
void setExitLoop(int exit) { _shouldExitLoop = exit; }
- void setSpeechTick(uint tick);
+ void setSpeechTiming(uint tick, uint duration);
void updateTitle();
void updateCursor();
@@ -408,6 +408,7 @@ private:
int _shouldExitLoop; // 0=false and 1=true are normal, 2=immediate exit after loading
uint _speechTick;
+ uint _speechDuration;
int _objUnderCursor;
int _oldObjUnderCursor;