1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 23:23:18 +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)
arcm::draw();
else
drawrec(viewctr, hsOrigin, cview(), 0);
drawStandard();
drawWormSegments();
drawBlizzards();
drawArrowTraps();