Fixed redraw in big map mode

This commit is contained in:
jsalmon3 2004-03-21 18:33:12 +00:00
parent 759fe7e760
commit 86883f2631

View file

@ -470,9 +470,9 @@ local void UiToggleBigMap(void)
SetViewportMode(TheUI.ViewportMode);
EnableRedraw ^= RedrawEverything;
EnableRedraw |= RedrawMap | RedrawAll;
MustRedraw |= RedrawEverything;
EnableRedraw = RedrawMap | RedrawCursor | RedrawMessage | RedrawMenu |
RedrawTimer | RedrawAll;
MustRedraw = RedrawEverything;
SetStatusLine("Big map enabled");
VideoClearScreen();
} else {