1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-22 22:10:20 +00:00

no rug drawn if nomap

This commit is contained in:
Zeno Rogue 2022-09-24 09:12:34 +02:00
parent 804308c03e
commit e459723836

View File

@ -5390,7 +5390,7 @@ EX void gamescreen() {
anims::apply();
#if CAP_RUG
if(rug::rugged) {
rug::actDraw();
if(!nomap) rug::actDraw();
} else
#endif
wrap_drawfullmap();