diff options
| author | Japa | 2011-02-21 14:16:41 +0000 |
|---|---|---|
| committer | Japa | 2011-02-21 14:16:41 +0000 |
| commit | d348ea510a87afa7f211d678e13ba9f92e9e35c9 (patch) | |
| tree | 7354ed6c68369d8d4334ace246c7bfc8b04ed7f7 /VegetationConfiguration.cpp | |
| parent | f1cd36716229dd3f0795824197b14dcd0d979540 (diff) | |
| download | stonesense-d348ea510a87afa7f211d678e13ba9f92e9e35c9.tar.gz stonesense-d348ea510a87afa7f211d678e13ba9f92e9e35c9.tar.bz2 stonesense-d348ea510a87afa7f211d678e13ba9f92e9e35c9.tar.xz | |
Got buildings and plants working.
Diffstat (limited to 'VegetationConfiguration.cpp')
| -rw-r--r-- | VegetationConfiguration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VegetationConfiguration.cpp b/VegetationConfiguration.cpp index cbec0d9..fb507c4 100644 --- a/VegetationConfiguration.cpp +++ b/VegetationConfiguration.cpp @@ -74,5 +74,6 @@ c_block_tree * getVegetationTree(vector<VegetationConfiguration>& vegetationConf return &(current->tree);
}
static c_block_tree* tree = new c_block_tree;
+ tree->set_sheetindex(-1);
return tree;
}
\ No newline at end of file |
