From 9f02b92ee2d3baeeec8b6155ea3e9debf5d318ee Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 7 Feb 2016 02:40:45 +0300 Subject: [PATCH] fixed travis-ci --- source/support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support.cpp b/source/support.cpp index afa850b..7574508 100644 --- a/source/support.cpp +++ b/source/support.cpp @@ -174,7 +174,7 @@ void DisplayMenuToClient (edict_t *ent, MenuText *menu) for (int i = 0; i <= 9; 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 = " "; else text = (char *) tempText.GetBuffer ();