diff options
Diffstat (limited to 'linden/indra/llmessage/lltaskname.h')
-rw-r--r-- | linden/indra/llmessage/lltaskname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/lltaskname.h b/linden/indra/llmessage/lltaskname.h index 401d355..305b31a 100644 --- a/linden/indra/llmessage/lltaskname.h +++ b/linden/indra/llmessage/lltaskname.h | |||
@@ -44,7 +44,7 @@ | |||
44 | typedef enum e_lltask_name | 44 | typedef enum e_lltask_name |
45 | { | 45 | { |
46 | LLTASK_NULL = 0, // Not a valid task | 46 | LLTASK_NULL = 0, // Not a valid task |
47 | LLTASK_AGENT = 1, // The player's agent in Linden World | 47 | LLTASK_AGENT = 1, // The player's agent in world |
48 | LLTASK_CHILD_AGENT = 2, // Child agents sent to adjacent regions | 48 | LLTASK_CHILD_AGENT = 2, // Child agents sent to adjacent regions |
49 | // LLTASK_BASIC_SHOT, // Simple shot that moves in a straight line | 49 | // LLTASK_BASIC_SHOT, // Simple shot that moves in a straight line |
50 | // LLTASK_BIG_SHOT, // Big shot that uses gravity | 50 | // LLTASK_BIG_SHOT, // Big shot that uses gravity |