- moved the software rendering specific parts of the sky setup to r_skyplane.cpp.

This commit is contained in:
Christoph Oelckers 2018-12-06 20:52:03 +01:00
commit 32e245f2b9
7 changed files with 77 additions and 68 deletions

View file

@ -32,6 +32,11 @@
EXTERN_CVAR(Float, skyoffset)
extern double skytexturemid;
extern float skyiscale;
extern double skyscale;
extern fixed_t sky1cyl, sky2cyl;
PolySkyDome::PolySkyDome()
{