V2 llmath merge part 2
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "llsdutil.h"
|
||||
#include "lltransactiontypes.h"
|
||||
#include "lltransactionflags.h"
|
||||
#include "llsdutil.h"
|
||||
#include "llsdutil_math.h"
|
||||
#include "message.h"
|
||||
#include "u64.h"
|
||||
|
||||
@@ -677,6 +677,7 @@ void LLParcel::packMessage(LLMessageSystem* msg)
|
||||
// Assumes we are in a block "ParcelData"
|
||||
void LLParcel::packMessage(LLSD& msg)
|
||||
{
|
||||
// used in the viewer, the sim uses it's own packer
|
||||
msg["local_id"] = getLocalID();
|
||||
msg["parcel_flags"] = ll_sd_from_U32(getParcelFlags());
|
||||
msg["sale_price"] = getSalePrice();
|
||||
@@ -705,7 +706,6 @@ void LLParcel::packMessage(LLSD& msg)
|
||||
msg["category"] = (U8)mCategory;
|
||||
msg["auth_buyer_id"] = mAuthBuyerID;
|
||||
msg["snapshot_id"] = mSnapshotID;
|
||||
msg["snapshot_id"] = mSnapshotID;
|
||||
msg["user_location"] = ll_sd_from_vector3(mUserLocation);
|
||||
msg["user_look_at"] = ll_sd_from_vector3(mUserLookAt);
|
||||
msg["landing_type"] = (U8)mLandingType;
|
||||
|
||||
Reference in New Issue
Block a user