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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user