mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-01 09:42:27 +00:00
Fix build issues with ARM and USE_OPENGL=0. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@6651 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8094104f0b
commit
ff0768eaa9
5 changed files with 13 additions and 9 deletions
|
@ -32,7 +32,6 @@ extern char textfont[2048], smalltextfont[2048];
|
|||
int32_t rendmode=0;
|
||||
int32_t usemodels=1;
|
||||
int32_t usehightile=1;
|
||||
uint8_t globalr=255, globalg=255, globalb=255;
|
||||
|
||||
typedef struct { float x, cy[2], fy[2]; int32_t tag; int16_t n, p, ctag, ftag; } vsptyp;
|
||||
#define VSPMAX 2048 //<- careful!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue