diff options
| author | Japa | 2010-09-08 18:12:35 +0000 |
|---|---|---|
| committer | Japa | 2010-09-08 18:12:35 +0000 |
| commit | fb30a3f7625191169732f6568866bbee0ca5cfa1 (patch) | |
| tree | 9ad75a06ae6720b11437c3ddb4ccb20df8c18343 /FluidConfiguration.cpp | |
| parent | 23600640529542241bea58737ee8a0fb6eb430d1 (diff) | |
| download | stonesense-fb30a3f7625191169732f6568866bbee0ca5cfa1.tar.gz stonesense-fb30a3f7625191169732f6568866bbee0ca5cfa1.tar.bz2 stonesense-fb30a3f7625191169732f6568866bbee0ca5cfa1.tar.xz | |
fixed deep water.
fixed flickering of semitransparent stuff.
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 c15d6bf..f5fb3d1 100644 --- a/FluidConfiguration.cpp +++ b/FluidConfiguration.cpp @@ -34,7 +34,7 @@ void parseFluidElement( TiXmlElement* elemFluid, int basefile) return; //nothing to work with
}
level = atoi(fluidLevelStr);
- if( (level <= 0) || (level > 7))
+ if( (level <= 0) || (level > 8))
{
contentError("Invalid or missing level attribute",elemFluid);
return; //nothing to work with
|
