mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
remove two instances of duplicate USE_OPENGL preprocessor checks missed by the removal of the POLYMOST definition
git-svn-id: https://svn.eduke32.com/eduke32@2060 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
05cf720c4d
commit
885b9a46fd
1 changed files with 4 additions and 8 deletions
|
@ -21,12 +21,10 @@
|
|||
#include "scriptfile.h"
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
# ifdef USE_OPENGL
|
||||
# include "glbuild.h"
|
||||
# include "mdsprite.h"
|
||||
# ifdef POLYMER
|
||||
# include "polymer.h"
|
||||
# endif
|
||||
# include "glbuild.h"
|
||||
# include "mdsprite.h"
|
||||
# ifdef POLYMER
|
||||
# include "polymer.h"
|
||||
# endif
|
||||
# include "hightile.h"
|
||||
# include "polymost.h"
|
||||
|
@ -5132,9 +5130,7 @@ static void drawsprite(int32_t snum)
|
|||
if (rendmode == 3)
|
||||
{
|
||||
polymost_drawsprite(snum);
|
||||
# ifdef USE_OPENGL
|
||||
bglDisable(GL_POLYGON_OFFSET_FILL);
|
||||
# endif
|
||||
return;
|
||||
}
|
||||
# ifdef POLYMER
|
||||
|
|
Loading…
Reference in a new issue