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/llmessage/patch_code.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 '')
-rw-r--r-- | linden/indra/llmessage/patch_code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/patch_code.h b/linden/indra/llmessage/patch_code.h index 82fa6bb..dbfdf70 100644 --- a/linden/indra/llmessage/patch_code.h +++ b/linden/indra/llmessage/patch_code.h | |||
@@ -46,7 +46,7 @@ void end_patch_coding(LLBitPack &bitpack); | |||
46 | 46 | ||
47 | void init_patch_decoding(LLBitPack &bitpack); | 47 | void init_patch_decoding(LLBitPack &bitpack); |
48 | void decode_patch_group_header(LLBitPack &bitpack, LLGroupHeader *gopp); | 48 | void decode_patch_group_header(LLBitPack &bitpack, LLGroupHeader *gopp); |
49 | void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph); | 49 | void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph, BOOL b_large_patch); |
50 | void decode_patch(LLBitPack &bitpack, S32 *patches); | 50 | void decode_patch(LLBitPack &bitpack, S32 *patches); |
51 | 51 | ||
52 | #endif | 52 | #endif |