diff options
| author | Japa | 2010-06-23 11:13:28 +0000 |
|---|---|---|
| committer | Japa | 2010-06-23 11:13:28 +0000 |
| commit | 7973416e41f0e27600706a0fda42282daae52d82 (patch) | |
| tree | 8c89853937fcbb183dc9ae6105dd6ae3d223aac0 /VegetationConfiguration.h | |
| parent | ccf3c8c845742534f0cae1135835b4cd40fe1079 (diff) | |
| download | stonesense-7973416e41f0e27600706a0fda42282daae52d82.tar.gz stonesense-7973416e41f0e27600706a0fda42282daae52d82.tar.bz2 stonesense-7973416e41f0e27600706a0fda42282daae52d82.tar.xz | |
fixed the draw functions to use pointers instead
Diffstat (limited to 'VegetationConfiguration.h')
| -rw-r--r-- | VegetationConfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VegetationConfiguration.h b/VegetationConfiguration.h index ed92acc..93a8ddd 100644 --- a/VegetationConfiguration.h +++ b/VegetationConfiguration.h @@ -17,4 +17,4 @@ public: bool addSingleVegetationConfig( TiXmlElement* elemRoot, vector<VegetationConfiguration>* vegetationConfigs, vector<t_matgloss>& plantNames );
-c_sprite getVegetationSprite(vector<VegetationConfiguration>& vegetationConfigs,int index,bool live,bool grown);
+c_sprite * getVegetationSprite(vector<VegetationConfiguration>& vegetationConfigs,int index,bool live,bool grown);
|
