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:
parent
41978a6a03
commit
096364bb06
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user