diff options
author | McCabe Maxsted | 2009-03-07 18:55:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-07 18:55:47 -0700 |
commit | 457f0d9f42f1c6d80b95435a5d2650474b96926b (patch) | |
tree | 638d7cfb51e43d590f1f1db708bd5c05e185d445 /linden/indra/newview/llpanelplace.h | |
parent | Backported fix for VWR-8783, original patch by Gigs Taggart (diff) | |
download | meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.zip meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.gz meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.bz2 meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.xz |
Landmark icons now correctly change color when visited (patch by Zi Ree--VWR-7896)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelplace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelplace.h b/linden/indra/newview/llpanelplace.h index df53013..0478d93 100644 --- a/linden/indra/newview/llpanelplace.h +++ b/linden/indra/newview/llpanelplace.h | |||
@@ -70,6 +70,7 @@ public: | |||
70 | void sendParcelInfoRequest(); | 70 | void sendParcelInfoRequest(); |
71 | void displayParcelInfo(const LLVector3& pos_region, | 71 | void displayParcelInfo(const LLVector3& pos_region, |
72 | const LLUUID& landmark_asset_id, | 72 | const LLUUID& landmark_asset_id, |
73 | const LLUUID& landmark_item_id, // so we can send map floater the correct inventory item id | ||
73 | const LLUUID& region_id, | 74 | const LLUUID& region_id, |
74 | const LLVector3d& pos_global); | 75 | const LLVector3d& pos_global); |
75 | static void processParcelInfoReply(LLMessageSystem* msg, void**); | 76 | static void processParcelInfoReply(LLMessageSystem* msg, void**); |
@@ -90,6 +91,7 @@ protected: | |||
90 | LLUUID mRequestedID; | 91 | LLUUID mRequestedID; |
91 | LLUUID mRegionID; | 92 | LLUUID mRegionID; |
92 | LLUUID mLandmarkAssetID; | 93 | LLUUID mLandmarkAssetID; |
94 | LLUUID mLandmarkItemID; | ||
93 | // Absolute position of the location for teleport, may not | 95 | // Absolute position of the location for teleport, may not |
94 | // be available (hence zero) | 96 | // be available (hence zero) |
95 | LLVector3d mPosGlobal; | 97 | LLVector3d mPosGlobal; |