Fix title screen regression
svn-id: r29988
This commit is contained in:
parent
7159cc26df
commit
a3f1767009
3 changed files with 13 additions and 4 deletions
|
@ -547,7 +547,8 @@ int16 Op_FadeOut(void) {
|
|||
gfxModuleData_flipScreen();
|
||||
}
|
||||
|
||||
//gfxModuleData_gfxClearFrameBuffer(backgroundPtrtable[masterScreen]);
|
||||
memset(globalScreen, 0, 320 * 200);
|
||||
flip();
|
||||
|
||||
fadeFlag = 1;
|
||||
PCFadeFlag = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue