diff --git a/source/gl_rmain.c b/source/gl_rmain.c index 30c393e..f82cc3e 100644 --- a/source/gl_rmain.c +++ b/source/gl_rmain.c @@ -661,7 +661,7 @@ static void R_DrawAliasModel (entity_t *e) R_SetupAliasFrame (currententity->frame, paliashdr, true); glDisable (GL_BLEND); - gkBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); + glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); } glShadeModel (GL_FLAT);