aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-10-09 03:27:47 -0700
committerMcCabe Maxsted2010-10-09 03:27:47 -0700
commit1866bc2af39189c17b636970d4df7edc983c1830 (patch)
treee60963a49832280cf3d2d9b5a8b589853469caee /linden/indra/newview/llfloaterland.cpp
parentUse all those cores for compile (diff)
downloadmeta-impy-1866bc2af39189c17b636970d4df7edc983c1830.zip
meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.gz
meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.bz2
meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.xz
Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterland.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterland.cpp b/linden/indra/newview/llfloaterland.cpp
index 066b739..7dd4f8d 100644
--- a/linden/indra/newview/llfloaterland.cpp
+++ b/linden/indra/newview/llfloaterland.cpp
@@ -78,6 +78,10 @@
78 78
79#include "hippoGridManager.h" 79#include "hippoGridManager.h"
80 80
81// [RLVa:KB]
82#include "rlvhandler.h"
83// [/RLVa:KB]
84
81static std::string OWNER_ONLINE = "0"; 85static std::string OWNER_ONLINE = "0";
82static std::string OWNER_OFFLINE = "1"; 86static std::string OWNER_OFFLINE = "1";
83static std::string OWNER_GROUP = "2"; 87static std::string OWNER_GROUP = "2";