diff options
author | McCabe Maxsted | 2009-06-10 10:53:54 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-10 10:53:54 -0700 |
commit | 074acc412548c29729f1782f2803e426507d7115 (patch) | |
tree | ad797d7113df1a77d3604248dab044a8abcad037 /linden/indra/newview/llvograss.h | |
parent | Fixed Communicate window not toggling from menu (diff) | |
download | meta-impy-074acc412548c29729f1782f2803e426507d7115.zip meta-impy-074acc412548c29729f1782f2803e426507d7115.tar.gz meta-impy-074acc412548c29729f1782f2803e426507d7115.tar.bz2 meta-impy-074acc412548c29729f1782f2803e426507d7115.tar.xz |
Applied MJM's tree and grass pulldown list from the Hippo Viewer
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvograss.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llvograss.h b/linden/indra/newview/llvograss.h index 95197a5..de700bd 100644 --- a/linden/indra/newview/llvograss.h +++ b/linden/indra/newview/llvograss.h | |||
@@ -116,6 +116,9 @@ public: | |||
116 | F32 mBladeWindAngle; | 116 | F32 mBladeWindAngle; |
117 | F32 mBWAOverlap; | 117 | F32 mBWAOverlap; |
118 | 118 | ||
119 | typedef std::map<std::string, S32> SpeciesNames; | ||
120 | static SpeciesNames sSpeciesNames; | ||
121 | |||
119 | protected: | 122 | protected: |
120 | ~LLVOGrass(); | 123 | ~LLVOGrass(); |
121 | 124 | ||