Enable models by default under EDUKE32_GLES, because they now work!

git-svn-id: https://svn.eduke32.com/eduke32@5528 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-01-08 01:33:28 +00:00
parent 8e52d7b1f7
commit 28a9372a79

View file

@ -29,11 +29,7 @@ extern int32_t filelength(int h); // kplib.c
extern char textfont[2048], smalltextfont[2048];
int32_t rendmode=0;
#ifdef EDUKE32_GLES
int32_t usemodels=0;
#else
int32_t usemodels=1;
#endif
int32_t usehightile=1;
int32_t vsync=0;