diff options
author | Jonathan Yap <none@none> | 2011-10-28 07:27:54 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-10-28 07:27:54 -0400 |
commit | 8b0d63f343c4c77910c3d5e5516673bb9b76a35a (patch) | |
tree | 3e9b4a75eb765c81d8a37d8483aa09143b907c1c /indra/newview/llviewerparcelmgr.h | |
parent | 1b173ed82b65c7bb5f5d5294847a721b64f8cf35 (diff) |
STORM-1105 "Traffic: 0" shown for two cases (traffic actually 0, and waiting for data)
Diffstat (limited to 'indra/newview/llviewerparcelmgr.h')
-rw-r--r-- | indra/newview/llviewerparcelmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerparcelmgr.h b/indra/newview/llviewerparcelmgr.h index 68d8978ea8..cac8d8391c 100644 --- a/indra/newview/llviewerparcelmgr.h +++ b/indra/newview/llviewerparcelmgr.h @@ -43,6 +43,8 @@ class LLParcel; class LLViewerTexture; class LLViewerRegion; +const F32 DWELL_NAN = -1.0f; // A dwell having this value will be displayed as Loading... + // Constants for sendLandOwner //const U32 NO_NEIGHBOR_JOIN = 0x0; //const U32 ALL_NEIGHBOR_JOIN = U32( NORTH_MASK |