Fix USE_OPENGL=0 build.

git-svn-id: https://svn.eduke32.com/eduke32@3425 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2013-01-23 19:36:40 +00:00
parent f0bf345233
commit d73368daee

View file

@ -3478,6 +3478,7 @@ static void G_OROR_DupeSprites(void)
}
}
#ifdef USE_OPENGL
static void G_ReadGLFrame(void)
{
// Save OpenGL screenshot with Duke3D palette
@ -3515,6 +3516,7 @@ static void G_ReadGLFrame(void)
}
enddrawing();
}
#endif
void G_DrawRooms(int32_t snum, int32_t smoothratio)
{