diff options
| author | Petr Mrázek | 2011-08-07 04:28:51 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-07 04:28:51 +0000 |
| commit | 9c99824a023a959bb9ff908b2f434e02b8289351 (patch) | |
| tree | 609ee50e778bae6b2eb10f68bf36e8b96752f3e5 /FluidConfiguration.cpp | |
| parent | 4064cf25797462fc6ac61f578b7e4b6bd31bf6b6 (diff) | |
| download | stonesense-9c99824a023a959bb9ff908b2f434e02b8289351.tar.gz stonesense-9c99824a023a959bb9ff908b2f434e02b8289351.tar.bz2 stonesense-9c99824a023a959bb9ff908b2f434e02b8289351.tar.xz | |
Make stonesense use DF/stonesense for all resources.
Diffstat (limited to 'FluidConfiguration.cpp')
| -rw-r--r-- | FluidConfiguration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FluidConfiguration.cpp b/FluidConfiguration.cpp index f0ec454..fe65ef2 100644 --- a/FluidConfiguration.cpp +++ b/FluidConfiguration.cpp @@ -70,7 +70,7 @@ void parseFluidElement( TiXmlElement* elemFluid, int basefile) bool addSingleFluidConfig( TiXmlElement* elemRoot)
{
- int basefile = INVALID_INDEX;
+ int basefile = 0;
const char* filename = elemRoot->Attribute("file");
if (filename != NULL && filename[0] != 0)
{
|
