mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
rulegen:: tests:: set canvas land just in case
This commit is contained in:
@@ -23,6 +23,7 @@ struct hrmap_testproto : hrmap {
|
|||||||
h->distance = 0;
|
h->distance = 0;
|
||||||
h->cdata = nullptr;
|
h->cdata = nullptr;
|
||||||
h->c7 = newCell(o->type, h);
|
h->c7 = newCell(o->type, h);
|
||||||
|
h->c7->land = laCanvas;
|
||||||
}
|
}
|
||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user