no rug drawn if nomap

This commit is contained in:
Zeno Rogue 2022-09-24 09:12:34 +02:00
parent 804308c03e
commit e459723836
1 changed files with 1 additions and 1 deletions

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