1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

rogueviz:: remove visible_from_help, it just displays a list

This commit is contained in:
Zeno Rogue
2022-11-13 13:39:28 +01:00
parent 06523e063e
commit b7aae63b90
3 changed files with 29 additions and 29 deletions

View File

@@ -44,7 +44,6 @@ namespace rogueviz {
struct edgetype {
double visible_from;
double visible_from_hi;
double visible_from_help;
unsigned color, color_hi;
string name;
};