1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-07 12:19:03 +00:00

drawcell parameter is now cell, not cellwalker (need to check half-elliptic)

This commit is contained in:
Zeno Rogue
2019-11-25 20:05:52 +01:00
parent 3f76943453
commit 622b683e33
9 changed files with 56 additions and 68 deletions

View File

@@ -906,7 +906,7 @@ EX void cast() {
connections[u][1] = code[1];
if(isWall3(c1)) {
celldrawer dd;
dd.cw.at = c1;
dd.c = c1;
dd.setcolors();
transmatrix Vf;
dd.set_land_floor(Vf);