Restore map overlay on SL

This commit is contained in:
Siana Gearz
2011-11-01 18:14:43 +01:00
parent 231af66b90
commit 7789c5a703
3 changed files with 187 additions and 89 deletions

View File

@@ -97,6 +97,7 @@ public:
void clearImage(); // Clears the reference to the Land for sale image for that region
void dropImagePriority(); // Drops the boost level of the Land for sale image for that region
LLPointer<LLViewerFetchedTexture> getLandForSaleImage(); // Get the overlay image, fetch it if necessary
void updateAgentCount(F64 time); // Send an item request for agent count on that region if time's up
// Setters
void setName(std::string& name) { mName = name; }