aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-21 21:14:25 -0400
committerPaul Gilbert2016-09-21 21:14:25 -0400
commit2d74128069453e2872723f6ca15ffdf428e5be5d (patch)
tree128691df1f1480835585790a2a8b5a243936ea47 /engines/xeen/dialogs.h
parentadb2ef6df704b6a57290e52b39ea2392bf9f4aec (diff)
downloadscummvm-rg350-2d74128069453e2872723f6ca15ffdf428e5be5d.tar.gz
scummvm-rg350-2d74128069453e2872723f6ca15ffdf428e5be5d.tar.bz2
scummvm-rg350-2d74128069453e2872723f6ca15ffdf428e5be5d.zip
XEEN: Implemented Clouds intro, doScroll fixes
Diffstat (limited to 'engines/xeen/dialogs.h')
-rw-r--r--engines/xeen/dialogs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/xeen/dialogs.h b/engines/xeen/dialogs.h
index 93e9a86685..921c72a33f 100644
--- a/engines/xeen/dialogs.h
+++ b/engines/xeen/dialogs.h
@@ -58,8 +58,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);
public:
ButtonContainer(XeenEngine *vm) : Cutscenes(vm), _buttonValue(0) {}