I_Error("%s",M_GetText("The version of the renderer doesn't match the version of the executable\nBe sure you have installed SRB2 properly.\n"));
if(!HWD.pfnInit(I_Error))// let load the OpenGL library
rendermode=render_soft;
{
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"));
hwrenderloaded=-1;
}
else
glstartup=true;
hwrenderloaded=HWD.pfnInit(I_Error)?1:-1;// let load the OpenGL library