mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +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(vid.radarsize > 0 && h)
|
||||||
#if CAP_RACING
|
#if CAP_RACING
|
||||||
if(!racing::on && !peace::on)
|
if(!racing::on)
|
||||||
#endif
|
#endif
|
||||||
draw_radar(cornermode);
|
if(!peace::on)
|
||||||
|
if(!(cmode & sm::MISSION))
|
||||||
|
draw_radar(cornermode);
|
||||||
|
|
||||||
if(haveMobileCompass()) {
|
if(haveMobileCompass()) {
|
||||||
initquickqueue();
|
initquickqueue();
|
||||||
|
Loading…
Reference in New Issue
Block a user