aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/cutscenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/cutscenes.h')
-rw-r--r--engines/xeen/cutscenes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/xeen/cutscenes.h b/engines/xeen/cutscenes.h
index a69fda5e8a..aa5501442d 100644
--- a/engines/xeen/cutscenes.h
+++ b/engines/xeen/cutscenes.h
@@ -90,8 +90,11 @@ protected:
/**
* Draws the scroll in the background
+ * @param rollUp If true, rolls up the scroll. If false, unrolls.
+ * @param fadeIn If true, does an initial fade in
+ * @returns True if key or mouse pressed
*/
- virtual void doScroll(bool drawFlag, bool doFade);
+ virtual bool doScroll(bool rollUp, bool fadeIn);
};
} // End of namespace Xeen