Fix USE_OPENGL=0 build.

git-svn-id: https://svn.eduke32.com/eduke32@3129 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-11-08 20:17:15 +00:00
parent d37e1093f5
commit 2b0bbf4a1c

View file

@ -9424,9 +9424,7 @@ int32_t loadboard(char *filename, char flags, vec3_t *dapos, int16_t *daang, int
{
int32_t fil, i;
int16_t numsprites;
#ifdef POLYMER
char myflags = flags&(~3);
#endif
flags &= 3;