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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user