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