diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llvoclouds.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llvoclouds.cpp')
-rw-r--r-- | linden/indra/newview/llvoclouds.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoclouds.cpp b/linden/indra/newview/llvoclouds.cpp index 07cfcea..7a2ba60 100644 --- a/linden/indra/newview/llvoclouds.cpp +++ b/linden/indra/newview/llvoclouds.cpp | |||
@@ -49,7 +49,9 @@ | |||
49 | #include "llvosky.h" | 49 | #include "llvosky.h" |
50 | #include "llworld.h" | 50 | #include "llworld.h" |
51 | #include "pipeline.h" | 51 | #include "pipeline.h" |
52 | #include "viewer.h" | 52 | |
53 | LLUUID gCloudTextureID = IMG_CLOUD_POOF; | ||
54 | |||
53 | 55 | ||
54 | LLVOClouds::LLVOClouds(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp) | 56 | LLVOClouds::LLVOClouds(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp) |
55 | : LLAlphaObject(id, LL_VO_CLOUDS, regionp) | 57 | : LLAlphaObject(id, LL_VO_CLOUDS, regionp) |