mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
fixup: missing drawStandard
This commit is contained in:
parent
9ab64e9d8e
commit
0d691ab16a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user