diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/llinventory/llparcel.cpp | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/llinventory/llparcel.cpp')
-rw-r--r-- | linden/indra/llinventory/llparcel.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/llinventory/llparcel.cpp b/linden/indra/llinventory/llparcel.cpp index 5f8a000..1390f72 100644 --- a/linden/indra/llinventory/llparcel.cpp +++ b/linden/indra/llinventory/llparcel.cpp | |||
@@ -216,8 +216,8 @@ void LLParcel::init(const LLUUID &owner_id, | |||
216 | mMediaID.setNull(); | 216 | mMediaID.setNull(); |
217 | mMediaAutoScale = 0; | 217 | mMediaAutoScale = 0; |
218 | mMediaLoop = TRUE; | 218 | mMediaLoop = TRUE; |
219 | mObscureMedia = 0; | 219 | mObscureMedia = 1; |
220 | mObscureMusic = 0; | 220 | mObscureMusic = 1; |
221 | mMediaWidth = 0; | 221 | mMediaWidth = 0; |
222 | mMediaHeight = 0; | 222 | mMediaHeight = 0; |
223 | 223 | ||
@@ -1856,8 +1856,8 @@ void LLParcel::clearParcel() | |||
1856 | setMediaDesc(NULL); | 1856 | setMediaDesc(NULL); |
1857 | setMediaAutoScale(0); | 1857 | setMediaAutoScale(0); |
1858 | setMediaLoop(TRUE); | 1858 | setMediaLoop(TRUE); |
1859 | mObscureMedia = 0; | 1859 | mObscureMedia = 1; |
1860 | mObscureMusic = 0; | 1860 | mObscureMusic = 1; |
1861 | mMediaWidth = 0; | 1861 | mMediaWidth = 0; |
1862 | mMediaHeight = 0; | 1862 | mMediaHeight = 0; |
1863 | setMusicURL(NULL); | 1863 | setMusicURL(NULL); |