diff options
| author | Japa | 2011-07-20 15:59:11 +0000 |
|---|---|---|
| committer | Japa | 2011-07-20 15:59:11 +0000 |
| commit | aee9dc6758120d57a8fabc013a16c82f6682099c (patch) | |
| tree | 7d2ddd6cabb61e948d5cd19f7838ab313ac1c6e9 /FluidConfiguration.cpp | |
| parent | 3eacec9eef6da5e6ce6f7d966a6b601f6268557c (diff) | |
| download | stonesense-aee9dc6758120d57a8fabc013a16c82f6682099c.tar.gz stonesense-aee9dc6758120d57a8fabc013a16c82f6682099c.tar.bz2 stonesense-aee9dc6758120d57a8fabc013a16c82f6682099c.tar.xz | |
Got some sort of functionality out of DFapi. this means an empty window.
Diffstat (limited to 'FluidConfiguration.cpp')
| -rw-r--r-- | FluidConfiguration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FluidConfiguration.cpp b/FluidConfiguration.cpp index f5fb3d1..54a7cb7 100644 --- a/FluidConfiguration.cpp +++ b/FluidConfiguration.cpp @@ -75,6 +75,7 @@ bool addSingleFluidConfig( TiXmlElement* elemRoot) if (filename != NULL && filename[0] != 0)
{
basefile = loadConfigImgFile((char*)filename,elemRoot);
+ if(basefile == -1) return false;
}
string elementType = elemRoot->Value();
|
