diff --git a/devmods/rulegen-tests.cpp b/devmods/rulegen-tests.cpp index e2187053..51c6f2f9 100644 --- a/devmods/rulegen-tests.cpp +++ b/devmods/rulegen-tests.cpp @@ -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; }