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:
hendricks266 2011-10-02 07:18:17 +00:00
parent 05cf720c4d
commit 885b9a46fd

View file

@ -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