diff options
Diffstat (limited to 'linden/indra/newview/llviewerobject.h')
-rw-r--r-- | linden/indra/newview/llviewerobject.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h index 41c406a..a227f2d 100644 --- a/linden/indra/newview/llviewerobject.h +++ b/linden/indra/newview/llviewerobject.h | |||
@@ -511,14 +511,14 @@ public: | |||
511 | { | 511 | { |
512 | LL_VO_CLOUDS = LL_PCODE_APP | 0x20, | 512 | LL_VO_CLOUDS = LL_PCODE_APP | 0x20, |
513 | LL_VO_SURFACE_PATCH = LL_PCODE_APP | 0x30, | 513 | LL_VO_SURFACE_PATCH = LL_PCODE_APP | 0x30, |
514 | //LL_VO_STARS = LL_PCODE_APP | 0x40, | 514 | LL_VO_WL_SKY = LL_PCODE_APP | 0x40, |
515 | LL_VO_SQUARE_TORUS = LL_PCODE_APP | 0x50, | 515 | LL_VO_SQUARE_TORUS = LL_PCODE_APP | 0x50, |
516 | LL_VO_SKY = LL_PCODE_APP | 0x60, | 516 | LL_VO_SKY = LL_PCODE_APP | 0x60, |
517 | LL_VO_WATER = LL_PCODE_APP | 0x70, | 517 | LL_VO_VOID_WATER = LL_PCODE_APP | 0x70, |
518 | LL_VO_GROUND = LL_PCODE_APP | 0x80, | 518 | LL_VO_WATER = LL_PCODE_APP | 0x80, |
519 | LL_VO_PART_GROUP = LL_PCODE_APP | 0x90, | 519 | LL_VO_GROUND = LL_PCODE_APP | 0x90, |
520 | LL_VO_TRIANGLE_TORUS = LL_PCODE_APP | 0xa0, | 520 | LL_VO_PART_GROUP = LL_PCODE_APP | 0xa0, |
521 | LL_VO_WL_SKY = LL_PCODE_APP | 0xb0, // should this be moved to 0x40? | 521 | LL_VO_TRIANGLE_TORUS = LL_PCODE_APP | 0xb0, |
522 | LL_VO_HUD_PART_GROUP = LL_PCODE_APP | 0xc0, | 522 | LL_VO_HUD_PART_GROUP = LL_PCODE_APP | 0xc0, |
523 | } EVOType; | 523 | } EVOType; |
524 | 524 | ||
@@ -718,8 +718,8 @@ public: | |||
718 | class LLStaticViewerObject : public LLViewerObject | 718 | class LLStaticViewerObject : public LLViewerObject |
719 | { | 719 | { |
720 | public: | 720 | public: |
721 | LLStaticViewerObject(const LLUUID& id, const LLPCode type, LLViewerRegion* regionp, BOOL is_global = FALSE) | 721 | LLStaticViewerObject(const LLUUID& id, const LLPCode pcode, LLViewerRegion* regionp, BOOL is_global = FALSE) |
722 | : LLViewerObject(id,type,regionp, is_global) | 722 | : LLViewerObject(id, pcode, regionp, is_global) |
723 | { } | 723 | { } |
724 | 724 | ||
725 | virtual void updateDrawable(BOOL force_damped); | 725 | virtual void updateDrawable(BOOL force_damped); |