Disabled clearing of MapArea after each viewport mode change since it

erased a part of the intro screen.
This commit is contained in:
latimerius 2002-05-23 22:51:06 +00:00
parent 50301b2eaf
commit f7d7690eee

View file

@ -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
}
/**