From 41bfaeaf361c06710374501370c47bc7bbcdf991 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 23 Jul 2022 15:39:13 +0200 Subject: [PATCH] rogueviz:: fix legend disabling HUD if there is nothing to show --- rogueviz/rogueviz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/rogueviz.cpp b/rogueviz/rogueviz.cpp index 8abd378e..128f2d1b 100644 --- a/rogueviz/rogueviz.cpp +++ b/rogueviz/rogueviz.cpp @@ -704,7 +704,7 @@ bool rogueviz_hud() { int legit = qet + isize(legend); - if(legit == 0) return true; + if(legit == 0) return false; initquickqueue();