Fixed redraw in big map mode
This commit is contained in:
parent
759fe7e760
commit
86883f2631
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue