- moved the software rendering specific parts of the sky setup to r_skyplane.cpp.
This commit is contained in:
parent
d500dc99ea
commit
32e245f2b9
7 changed files with 77 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue