1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 10:19:58 +00:00

fixed irregular map

This commit is contained in:
Zeno Rogue 2019-11-14 21:18:50 +01:00
parent 4dcac4bb3a
commit 3bdbea30e3

View File

@ -155,7 +155,7 @@ EX heptagon* hyperbolic_origin() {
h.alt = NULL;
h.distance = 0;
if(IRREGULAR) irr::link_start(origin);
h.c7 = newCell(odegree, origin);
else h.c7 = newCell(odegree, origin);
return origin;
}