Small speedup (hopefully)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@643 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c54c9cb121
commit
8ba4227cd9
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ void R_SetupBulleten (void)
|
|||
player_info_t *s;
|
||||
char text[256];
|
||||
|
||||
if (bul_norender.value || cl.paused) //don't scroll when paused
|
||||
if (bul_norender.value || cl.paused || !bulletentexture) //don't scroll when paused
|
||||
return;
|
||||
|
||||
bultextpallete = bul_textpalette.value * 16;
|
||||
|
|
Loading…
Reference in a new issue