mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
rogueviz:: draw legend if there are multiple edge types even if no standard legend is present
This commit is contained in:
parent
a74a73cac1
commit
7515503dee
@ -1373,7 +1373,7 @@ vector<cell*> named;
|
||||
bool rogueviz_hud() {
|
||||
if(!rogueviz::on) return false;
|
||||
if(cmode & sm::DRAW) return false;
|
||||
if(legend.empty()) return true;
|
||||
if(legend.empty() && isize(edgetypes) < 2) return true;
|
||||
|
||||
initquickqueue();
|
||||
int qet = isize(edgetypes);
|
||||
|
Loading…
Reference in New Issue
Block a user