aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.cpp
diff options
context:
space:
mode:
authorVincent Hamm2007-12-25 19:32:51 +0000
committerVincent Hamm2007-12-25 19:32:51 +0000
commita3f1767009a692d1edaa3d1f0fd29c0de455a95c (patch)
tree08407b03498441ff864a15488eb50e4bc38ac901 /engines/cruise/function.cpp
parent7159cc26df94e5c75c58804c035d8649601d958b (diff)
downloadscummvm-rg350-a3f1767009a692d1edaa3d1f0fd29c0de455a95c.tar.gz
scummvm-rg350-a3f1767009a692d1edaa3d1f0fd29c0de455a95c.tar.bz2
scummvm-rg350-a3f1767009a692d1edaa3d1f0fd29c0de455a95c.zip
Fix title screen regression
svn-id: r29988
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;