diff options
| author | Petr Mrázek | 2012-01-27 05:52:06 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-27 05:52:06 +0100 |
| commit | 66115070844f3bc1ae3f9142e43f7c110aa18159 (patch) | |
| tree | 661a3c27bcdc105ea890e117dfb1f3790e5a0c0c /BlockCondition.cpp | |
| parent | 92627e39cb3502812cd5a131716d3d1da8ef625a (diff) | |
| download | stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.gz stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.bz2 stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.xz | |
Major stonesense fixage.
Diffstat (limited to 'BlockCondition.cpp')
| -rw-r--r-- | BlockCondition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlockCondition.cpp b/BlockCondition.cpp index c96233b..052ff7c 100644 --- a/BlockCondition.cpp +++ b/BlockCondition.cpp @@ -96,7 +96,7 @@ MaterialTypeCondition::MaterialTypeCondition(const char* strValue, const char* s return;
if (strSubtype == NULL || strSubtype[0] == 0)
return;
- subtype = lookupMaterialIndex(value, strSubtype);
+ subtype = lookupMaterialIndex( value, strSubtype);
if (subtype == INVALID_INDEX)
{
WriteErr("Material subtype not found in MaterialTypeCondition: %s\n", strSubtype);
|
