From 1da9e65c6a51e22cf357bf7276cf41511ec1b7ac Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 22 Dec 2011 09:41:20 +0100 Subject: [PATCH] fix AES status display --- qcsrc/menu/xonotic/serverlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index f02d747cc..3e89b70b5 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -671,7 +671,7 @@ void XonoticServerList_drawListBoxItem(entity me, float i, vector absSize, float } if(q == 3) q = 5; - if(q >= 3) + else if(q >= 3) q -= 2; // possible status: // 0: crypto off -- 2.39.2