New macro RedrawCursors
This commit is contained in:
parent
4ec1d3a6c2
commit
1c22e24d7b
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ enum MustRedraw_e {
|
|||
|
||||
/// Must redraw all maps
|
||||
#define RedrawMaps (RedrawMinimap|RedrawMap)
|
||||
/// Must redraw all cursors
|
||||
#define RedrawCursors (RedrawMinimapCursor|RedrawCursor)
|
||||
/// Must redraw all panels
|
||||
#define RedrawPanels (RedrawInfoPanel|RedrawButtonPanel)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue