From 28a9372a79d681ada73add0c2051c7201aa66e34 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 8 Jan 2016 01:33:28 +0000 Subject: [PATCH] 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 --- polymer/eduke32/build/src/polymost.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/polymer/eduke32/build/src/polymost.c b/polymer/eduke32/build/src/polymost.c index 4d3e6991d..36b199afd 100644 --- a/polymer/eduke32/build/src/polymost.c +++ b/polymer/eduke32/build/src/polymost.c @@ -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;