diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c index d7625f76fcc07ab4d42ec5e0cb880555b33bcd68..18cce3eab8a640d61060685390fe90b7851847cb 100644 --- a/src/sdl/i_video.c +++ b/src/sdl/i_video.c @@ -1809,6 +1809,7 @@ void I_StartupHardwareGraphics(void) HWD.pfnMakeScreenFinalTexture=hwSym("MakeScreenFinalTexture",NULL); HWD.pfnDrawScreenFinalTexture=hwSym("DrawScreenFinalTexture",NULL); + // check gl renderer lib if (HWD.pfnGetRenderVersion() != VERSION) { CONS_Alert(CONS_ERROR, M_GetText("The version of the renderer doesn't match the version of the executable\nBe sure you have installed SRB2 properly.\n"));