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

simplified the drawing algo for product

This commit is contained in:
Zeno Rogue
2019-12-06 11:47:26 +01:00
parent 99ab57086b
commit ac9d18adfb
4 changed files with 35 additions and 89 deletions

View File

@@ -3606,7 +3606,6 @@ EX void gridline(const transmatrix& V, const hyperpoint h1, const hyperpoint h2,
}
EX int wall_offset(cell *c) {
if(prod) return product::cwall_offset;
if(hybri) return hybrid::wall_offset(c);
if(penrose && kite::getshape(c->master) == kite::pKite) return 10;
return 0;