1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-21 12:43:18 +00:00

3D:: no glyphs in HUD

This commit is contained in:
? 2019-02-25 15:54:38 +01:00 committed by Zeno Rogue
parent b4a44972dd
commit 370d1e069c

View File

@ -160,6 +160,7 @@ int glyphflags(int gid) {
}
bool graphglyph() {
if(DIM == 3) return false;
return vid.graphglyph == 2 || (vid.graphglyph == 1 && vid.monmode);
}