Simplified menu redraw

This commit is contained in:
ariclone 2000-04-18 19:32:44 +00:00
parent 55e331aa84
commit ba8ecddb76

View file

@ -352,7 +352,7 @@ global void UpdateDisplay(void)
if( MustRedraw==-1 ) {
Invalidate();
} else {
if( (MustRedraw&RedrawMap) || (MustRedraw&RedrawMapOverlay) ) {
if( MustRedraw&RedrawMap ) {
// FIXME: split into small parts see RedrawTile and RedrawRow
InvalidateArea(TheUI.MapX,TheUI.MapY
,TheUI.MapWidth-TheUI.MapX,TheUI.MapHeight-TheUI.MapY);