From a0996b7384e5c3321af97347613120d2f90ab64e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 2 Mar 2014 20:50:35 -0500 Subject: MADS: Implemented more of the multi-scene loop --- engines/mads/mads.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'engines/mads/mads.h') diff --git a/engines/mads/mads.h b/engines/mads/mads.h index 92758b72a5..2d85236d8d 100644 --- a/engines/mads/mads.h +++ b/engines/mads/mads.h @@ -67,6 +67,12 @@ enum { GType_Riddle = 3 }; +enum ScreenFade { + SCREEN_FADE_SMOOTH = 0, + SCREEN_FADE_MEDIUM = 1, + SCREEN_FADE_FAST = 2 +}; + struct MADSGameDescription; @@ -97,7 +103,7 @@ public: bool _easyMouse; bool _invObjectStill; bool _textWindowStill; - + ScreenFade _screenFade; public: MADSEngine(OSystem *syst, const MADSGameDescription *gameDesc); virtual ~MADSEngine(); -- cgit v1.2.3