1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-25 22:19:43 +00:00

'u' loads the current monster image; Jiang Shi shape

This commit is contained in:
Zeno Rogue
2017-10-04 22:27:51 +02:00
parent 6d3fcf0a5d
commit 62de2588cf
4 changed files with 89 additions and 62 deletions

View File

@@ -4114,8 +4114,12 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
}
#if CAP_EDIT
if(c == mapeditor::drawcell && mapeditor::drawcellShapeGroup() == 2)
mapeditor::drawtrans = V;
if(c == mapeditor::drawcell) {
if(mapeditor::drawcellShapeGroup() == 2) {
mapeditor::drawtrans = V;
}
qfi_dc = qfi;
}
#endif
if(it && cellHalfvine(c)) {