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:
parent
c721851db1
commit
77403ac0bc
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user