- Redo r4164 fix: Don't clear fake planes when clearing skybox planes.

SVN r4172 (trunk)
This commit is contained in:
Randy Heit 2013-03-02 01:54:40 +00:00
commit 1107bebfcf
3 changed files with 35 additions and 11 deletions

View file

@ -140,7 +140,6 @@ void R_3D_EnterSkybox()
height_top = NULL;
height_cur = NULL;
height_max = -1;
fakeActive = 0;
CurrentSkybox++;
}
@ -158,7 +157,6 @@ void R_3D_LeaveSkybox()
height_top = current.height_top;
height_cur = current.height_cur;
height_max = current.height_max;
fakeActive = height_top != NULL;
CurrentSkybox--;
}