aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/subtitles.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/subtitles.h')
-rw-r--r--engines/xeen/subtitles.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/engines/xeen/subtitles.h b/engines/xeen/subtitles.h
index c041db2718..de5179d3b7 100644
--- a/engines/xeen/subtitles.h
+++ b/engines/xeen/subtitles.h
@@ -79,15 +79,16 @@ public:
/**
* Shows any active subtitle
- * @param windowNum Window to render to
*/
- void show(uint windowNum = 0);
+ void show();
/**
- * Delays either the specified number of frames, or until
- * an entire subtitle line is shown if subtitles are on
+ * Waits for a given number of frames
+ * @param numFrames Number of frames to wait
+ * @param interruptable If set, aborts if the mouse or a key is pressed
+ * @returns True if the wait was aborted
*/
- bool wait(uint minTime = 0);
+ bool wait(uint numFrames, bool interruptable = true);
/**
* Wait for the end of currently playing sound or subtitles line