1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

missing from last commit

This commit is contained in:
Zeno Rogue 2018-05-04 02:47:14 +02:00
parent c721851db1
commit 77403ac0bc

View File

@ -512,6 +512,8 @@ void drawrec(cell *c, const transmatrix& V) {
drawrec(c2, V1); drawrec(c2, V1);
} }
} */ } */
gp::local_info draw_li;
void drawrec(cell *c, const transmatrix& V, gp::loc at, int dir, int maindir) { void drawrec(cell *c, const transmatrix& V, gp::loc at, int dir, int maindir) {
if(dodrawcell(c)) { if(dodrawcell(c)) {