mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-21 08:00:25 +00:00
shapes work correctly with CAP_EDIT off
This commit is contained in:
parent
649ba86a8e
commit
a876f206f6
@ -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))) ;
|
||||
|
Loading…
Reference in New Issue
Block a user