1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 14:45:12 +00:00

preliminary floorshape remapping to syntetic

This commit is contained in:
Zeno Rogue
2018-08-17 21:42:42 +02:00
parent 7064dace81
commit 7fa3de574e
5 changed files with 32 additions and 7 deletions

View File

@@ -3190,7 +3190,7 @@ bool placeSidewall(cell *c, int i, int sidepar, const transmatrix& V, int col) {
transmatrix V2 = V * ddspin(c, i);
if(gp::on || irr::on || binarytiling) {
if(gp::on || irr::on || binarytiling || syntetic) {
draw_shapevec(c, V2, qfi.fshape->gpside[sidepar][i], col, prio);
return false;
}