aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/function.cpp')
-rw-r--r--engines/cruise/function.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp
index 9960500ebf..d620092732 100644
--- a/engines/cruise/function.cpp
+++ b/engines/cruise/function.cpp
@@ -547,7 +547,8 @@ int16 Op_FadeOut(void) {
gfxModuleData_flipScreen();
}
- //gfxModuleData_gfxClearFrameBuffer(backgroundPtrtable[masterScreen]);
+ memset(globalScreen, 0, 320 * 200);
+ flip();
fadeFlag = 1;
PCFadeFlag = 1;