- Fixed: When copying visplanes the sky texture was forgotten.

SVN r1077 (trunk)
This commit is contained in:
Christoph Oelckers 2008-07-20 17:52:12 +00:00
commit b030682834
2 changed files with 2 additions and 0 deletions

View file

@ -701,6 +701,7 @@ visplane_t *R_CheckPlane (visplane_t *pl, int start, int stop)
new_pl->viewy = pl->viewy;
new_pl->viewz = pl->viewz;
new_pl->viewangle = pl->viewangle;
new_pl->sky = pl->sky;
pl = new_pl;
pl->minx = start;
pl->maxx = stop;