Simplified menu redraws
This commit is contained in:
parent
bdac5e86d1
commit
da3f8f07c8
1 changed files with 1 additions and 2 deletions
|
@ -187,8 +187,7 @@ enum MustRedraw_e {
|
|||
RedrawCosts = 1024, /// Costs in status line
|
||||
RedrawMenuButton = 2048, /// Area above minimap
|
||||
RedrawMinimapCursor = 4096, /// Minimap cursor changed
|
||||
RedrawMapOverlay = 8192, /// Menu overlay on map area
|
||||
RedrawMenu = 16384 /// Menu
|
||||
RedrawMenu = 8192, /// Menu
|
||||
};
|
||||
|
||||
/// Must redraw all maps
|
||||
|
|
Loading…
Add table
Reference in a new issue