diff options
author | Don Kjer <don@lindenlab.com> | 2012-08-17 06:34:28 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-08-17 06:34:28 +0000 |
commit | c188fa6ab7f008069ac5c8d7ae8abc793e7e96f9 (patch) | |
tree | 719b2d816149a53c3c331467ff7e63f003a1b8e0 /indra/newview/llfloaterregioninfo.cpp | |
parent | 64d9705ae21c42f4c7869a414e250c5de251b143 (diff) |
Fix for incorrectly reading extended region flags
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index 1d9f519d70..a179e4dff7 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -348,7 +348,7 @@ void LLFloaterRegionInfo::processRegionInfo(LLMessageSystem* msg) if (msg->has(_PREHASH_RegionInfo3)) { - msg->getU64("RegionInfo", "RegionFlags", region_flags); + msg->getU64("RegionInfo", "RegionFlagsExtended", region_flags); } else { |