summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcursortypes.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-21 16:39:35 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-21 16:39:35 -0700
commit11b6e272abf05c5429865aaa1366bd450b8bc218 (patch)
tree6e583f9538d550f5cc4403a9d17039fea7db50f2 /indra/llcommon/llcursortypes.h
parentfb1fa8434a1a84105f67e72fdf72d300be2951bb (diff)
PATH-743: Altering the mouse cursor to give more feed back when in path testing mode.
Diffstat (limited to 'indra/llcommon/llcursortypes.h')
-rw-r--r--indra/llcommon/llcursortypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llcursortypes.h b/indra/llcommon/llcursortypes.h
index 4662e90975..f47a328f77 100644
--- a/indra/llcommon/llcursortypes.h
+++ b/indra/llcommon/llcursortypes.h
@@ -66,6 +66,8 @@ enum ECursorType {
UI_CURSOR_TOOLBUY,
UI_CURSOR_TOOLOPEN,
UI_CURSOR_TOOLPATHFINDING,
+ UI_CURSOR_TOOLPATHFINDING_PATH_START,
+ UI_CURSOR_TOOLPATHFINDING_PATH_END,
UI_CURSOR_TOOLNO,
UI_CURSOR_COUNT // Number of elements in this enum (NOT a cursor)
};