mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-21 10:57:03 +00:00
no more radar in the mission screen
This commit is contained in:
parent
0a10912403
commit
5ec495443e
6
hud.cpp
6
hud.cpp
@ -452,9 +452,11 @@ void drawStats() {
|
||||
|
||||
if(vid.radarsize > 0 && h)
|
||||
#if CAP_RACING
|
||||
if(!racing::on && !peace::on)
|
||||
if(!racing::on)
|
||||
#endif
|
||||
draw_radar(cornermode);
|
||||
if(!peace::on)
|
||||
if(!(cmode & sm::MISSION))
|
||||
draw_radar(cornermode);
|
||||
|
||||
if(haveMobileCompass()) {
|
||||
initquickqueue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user