Fix the horizontal line in the sky that could be seen when using "mist" by increasing the height of the fogbox.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3091 4a71c877-e1ca-e34f-864e-861f7616d084
master
Gerard Krol 2007-12-17 20:42:13 +00:00
parent 9e5c22f886
commit 1e7bf56eba
1 changed files with 1 additions and 1 deletions

View File

@ -3551,7 +3551,7 @@ static void renderSurroundings(void)
{
static float wind = 0.0f;
const float skybox_scale = 10000.0f;
const float height = 10.0f * TILE_UNITS;
const float height = 20.0f * TILE_UNITS;
const float wider = 2.0f * (visibleTiles.x * TILE_UNITS);
int left, right, front, back, rx, rz;