1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00

rogueviz:: fix legend disabling HUD if there is nothing to show

This commit is contained in:
Zeno Rogue 2022-07-23 15:39:13 +02:00
parent a8b27b2bdb
commit 41bfaeaf36

View File

@ -704,7 +704,7 @@ bool rogueviz_hud() {
int legit = qet + isize(legend);
if(legit == 0) return true;
if(legit == 0) return false;
initquickqueue();