New macro RedrawCursors

This commit is contained in:
johns 2000-06-29 19:47:07 +00:00
parent 4ec1d3a6c2
commit 1c22e24d7b

View file

@ -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)