mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix USE_OPENGL=0 build.
git-svn-id: https://svn.eduke32.com/eduke32@3129 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d37e1093f5
commit
2b0bbf4a1c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue