aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/screen.h')
-rw-r--r--engines/xeen/screen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/screen.h b/engines/xeen/screen.h
index 3e7f23e19e..40b6958d9c 100644
--- a/engines/xeen/screen.h
+++ b/engines/xeen/screen.h
@@ -115,11 +115,11 @@ public:
/**
* 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
+ * @param rollUp If true, rolls up the scroll. If false, unrolls.
+ * @param fadeInFlag If true, does an initial fade in
* @returns True if key or mouse pressed
*/
- bool doScroll(bool rollUp, bool fadeIn);
+ bool doScroll(bool rollUp, bool fadeInFlag);
};
} // End of namespace Xeen