- 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

@ -144,6 +144,8 @@ bool setsizeneeded;
unsigned int R_OldBlend = ~0;
int validcount = 1; // increment every time a check is made
int dl_validcount = 1; // increment every time a check is made
int freelookviewheight;
FCanvasTextureInfo *FCanvasTextureInfo::List;
DVector3a view;