Disabled clearing of MapArea after each viewport mode change since it
erased a part of the intro screen.
This commit is contained in:
parent
50301b2eaf
commit
f7d7690eee
1 changed files with 2 additions and 0 deletions
|
@ -722,11 +722,13 @@ global void SetViewportMode (ViewportMode new_mode)
|
|||
DebugLevel0Fn ("trying to set an unknown mode!!\n");
|
||||
break;
|
||||
}
|
||||
#if 0
|
||||
VideoLockScreen ();
|
||||
VideoFillRectangleClip (ColorBlack, TheUI.MapArea.X, TheUI.MapArea.Y,
|
||||
TheUI.MapArea.EndX - TheUI.MapArea.X + 1,
|
||||
TheUI.MapArea.EndY - TheUI.MapArea.Y + 1);
|
||||
VideoUnlockScreen ();
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue