1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 08:04:48 +00:00

added a separate option axes3 for highlighting forward, and in different location

This commit is contained in:
Zeno Rogue
2019-06-25 10:30:31 +02:00
parent 5d88c1706a
commit db988058de
4 changed files with 13 additions and 4 deletions

View File

@@ -6860,7 +6860,7 @@ void drawMarkers() {
}
}
if(GDIM == 3 && !inHighQual && !shmup::on && vid.axes && playermoved) {
if(GDIM == 3 && !inHighQual && !shmup::on && vid.axes3 && playermoved) {
cell *c = forwardcell();
IG(c) queuecircleat(c, .8, getcs().uicolor);
}