Fixed missing return value at the end of R_ApplyRenderer(). (committed by proxy for Spike)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2525 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-07-20 17:05:00 +00:00
parent 574e7c1e11
commit bd853ce67a
1 changed files with 2 additions and 0 deletions

View File

@ -1502,6 +1502,8 @@ qboolean R_ApplyRenderer (rendererstate_t *newr)
R_SetRenderer(newr->renderer);
R_ApplyRenderer_Load(newr);
return true;
}
qboolean R_ApplyRenderer_Load (rendererstate_t *newr)
{