shapes work correctly with CAP_EDIT off

This commit is contained in:
Zeno Rogue 2019-02-09 14:22:05 +01:00
parent 649ba86a8e
commit a876f206f6
1 changed files with 1 additions and 1 deletions

View File

@ -3943,6 +3943,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
qfi.usershape = si.id;
qfi.spin = applyPatterndir(c, si);
}
#endif
else if(patterns::whichShape == '7')
set_floor(shBigHepta);
@ -3955,7 +3956,6 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
else if(among(patterns::whichShape, '9', '^'))
set_floor(shFullFloor);
#endif
#if CAP_TEXTURE
else if(texture::config.apply(c, Vf, darkena(fcol, fd, 0xFF))) ;