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:
hendricks266 2018-02-15 03:49:23 +00:00
parent 8094104f0b
commit ff0768eaa9
5 changed files with 13 additions and 9 deletions

View file

@ -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!