1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-30 23:37:03 +00:00

rulegen:: tests:: set canvas land just in case

This commit is contained in:
Zeno Rogue 2021-08-17 14:33:50 +02:00
parent 41978a6a03
commit 096364bb06

View File

@ -23,6 +23,7 @@ struct hrmap_testproto : hrmap {
h->distance = 0;
h->cdata = nullptr;
h->c7 = newCell(o->type, h);
h->c7->land = laCanvas;
}
return h;
}