blurgh.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4526 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
05644d07b4
commit
31c072501f
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ qboolean R_BuildRenderstate(rendererstate_t *newr, char *rendererstring)
|
|||
if (newr->renderer && newr->renderer->rtype == QR_NONE)
|
||||
{
|
||||
Con_Printf("Client-only builds cannot use dedicated modes.\n");
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue