Skip to content

Commit

Permalink
Bug in tree type tweaks
Browse files Browse the repository at this point in the history
git-svn-id: http://stonesense.googlecode.com/svn/trunk@582 4d48de78-bd66-11de-9616-7b1d4728551e
  • Loading branch information
4b524953 committed Dec 19, 2009
1 parent 6492cf8 commit f315f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VegetationConfiguration.cpp
Expand Up @@ -47,7 +47,7 @@ bool addSingleVegetationConfig( TiXmlElement* elemRoot, vector<VegetationConfig
int gameID = INVALID_INDEX;
if (idstr && idstr[0])
{
lookupIndexedType(idstr,plantNames);
gameID = lookupIndexedType(idstr,plantNames);
if (gameID == INVALID_INDEX)
{
contentError("No matching plant type",elemTree);
Expand Down

0 comments on commit f315f57

Please sign in to comment.