diff options
author | RevolutionSmythe | 2011-03-18 17:32:12 -0500 |
---|---|---|
committer | RevolutionSmythe | 2011-03-18 17:32:12 -0500 |
commit | 892e8b82d84266f8bdfbd5c2cdd388f71c208035 (patch) | |
tree | 5401ea123b868931342000db3f23ff60724746dd /linden/indra/llinventory/llparcel.h | |
parent | fix bogus in install.xml (diff) | |
download | meta-impy-892e8b82d84266f8bdfbd5c2cdd388f71c208035.zip meta-impy-892e8b82d84266f8bdfbd5c2cdd388f71c208035.tar.gz meta-impy-892e8b82d84266f8bdfbd5c2cdd388f71c208035.tar.bz2 meta-impy-892e8b82d84266f8bdfbd5c2cdd388f71c208035.tar.xz |
Merge in Var Sized Regions into the Imprudence Experimental.
Diffstat (limited to 'linden/indra/llinventory/llparcel.h')
-rw-r--r-- | linden/indra/llinventory/llparcel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llparcel.h b/linden/indra/llinventory/llparcel.h index 8faa673..366f589 100644 --- a/linden/indra/llinventory/llparcel.h +++ b/linden/indra/llinventory/llparcel.h | |||
@@ -66,7 +66,8 @@ const S32 PARCEL_PASS_PRICE_DEFAULT = 10; | |||
66 | const F32 PARCEL_PASS_HOURS_DEFAULT = 1.f; | 66 | const F32 PARCEL_PASS_HOURS_DEFAULT = 1.f; |
67 | 67 | ||
68 | // Number of "chunks" in which parcel overlay data is sent | 68 | // Number of "chunks" in which parcel overlay data is sent |
69 | // Chunk 0 = southern rows, entire width | 69 | // Chunk 0 = southern rows, entire width |
70 | // NOTE: NOT USABLE FOR VAR SIZED REGIONS! | ||
70 | const S32 PARCEL_OVERLAY_CHUNKS = 4; | 71 | const S32 PARCEL_OVERLAY_CHUNKS = 4; |
71 | 72 | ||
72 | // Bottom three bits are a color index for the land overlay | 73 | // Bottom three bits are a color index for the land overlay |