1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-29 16:43:22 +00:00

fixup: missing drawStandard

This commit is contained in:
Zeno Rogue 2018-11-24 01:30:49 +01:00
parent 9ab64e9d8e
commit 0d691ab16a

View File

@ -5347,7 +5347,7 @@ void drawthemap() {
else if(archimedean) else if(archimedean)
arcm::draw(); arcm::draw();
else else
drawrec(viewctr, hsOrigin, cview(), 0); drawStandard();
drawWormSegments(); drawWormSegments();
drawBlizzards(); drawBlizzards();
drawArrowTraps(); drawArrowTraps();