1
0
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:
Zeno Rogue 2019-05-30 11:09:43 +02:00
parent 0a10912403
commit 5ec495443e

View File

@ -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();