summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingcharacters.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-04 18:08:46 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-04 18:08:46 -0700
commit9d615c1e1d0e52b619972d6003d97681c791711f (patch)
tree908063645c2f275ac53d1d9775119520a7f80970 /indra/newview/llfloaterpathfindingcharacters.h
parent3b8b8a0d09042754afc3829e8f5f7fb54f682bd2 (diff)
BUGFIX: Ensuring that the viewer will still work on regions that have older pathfinding server code with the character shape data.
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r--indra/newview/llfloaterpathfindingcharacters.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h
index 6be359e50d..7f586359df 100644
--- a/indra/newview/llfloaterpathfindingcharacters.h
+++ b/indra/newview/llfloaterpathfindingcharacters.h
@@ -83,6 +83,9 @@ private:
LLCheckBoxCtrl *mShowPhysicsCapsuleCheckBox;
+#ifndef SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE
+ bool mHasCharacterShapeData;
+#endif // SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE
LLUUID mSelectedCharacterId;
LLColor4 mBeaconColor;