mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
fixed irregular map
This commit is contained in:
parent
4dcac4bb3a
commit
3bdbea30e3
2
cell.cpp
2
cell.cpp
@ -155,7 +155,7 @@ EX heptagon* hyperbolic_origin() {
|
|||||||
h.alt = NULL;
|
h.alt = NULL;
|
||||||
h.distance = 0;
|
h.distance = 0;
|
||||||
if(IRREGULAR) irr::link_start(origin);
|
if(IRREGULAR) irr::link_start(origin);
|
||||||
h.c7 = newCell(odegree, origin);
|
else h.c7 = newCell(odegree, origin);
|
||||||
return origin;
|
return origin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user