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 /ContentLoader.h | |
| 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 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 1298f06..e7c2e7d 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -35,8 +35,8 @@ public: vector<TerrainConfiguration*> terrainFloorConfigs;
vector<TerrainConfiguration*> terrainBlockConfigs;
vector<ColorConfiguration> colorConfigs;
- FluidConfiguration lava[7];
- FluidConfiguration water[7];
+ FluidConfiguration lava[8];
+ FluidConfiguration water[8];
vector<string> classIdStrings;
vector<string> professionStrings;
|
