fixed travis-ci
This commit is contained in:
parent
aac96fe904
commit
9f02b92ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ void DisplayMenuToClient (edict_t *ent, MenuText *menu)
|
||||||
for (int i = 0; i <= 9; i++)
|
for (int i = 0; i <= 9; i++)
|
||||||
tempText.Replace (FormatBuffer ("%d.", i), FormatBuffer ("\\r%d.\\w", i));
|
tempText.Replace (FormatBuffer ("%d.", i), FormatBuffer ("\\r%d.\\w", i));
|
||||||
|
|
||||||
if ((g_gameVersion & CSVERSION_XASH | CSVERSION_MOBILITY) && !yb_display_menu_text.GetBool ())
|
if ((g_gameVersion & (CSVERSION_XASH | CSVERSION_MOBILITY)) && !yb_display_menu_text.GetBool ())
|
||||||
text = " ";
|
text = " ";
|
||||||
else
|
else
|
||||||
text = (char *) tempText.GetBuffer ();
|
text = (char *) tempText.GetBuffer ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue