fixed a bug with Archimedean hyperbolic tilings

This commit is contained in:
Zeno Rogue 2019-08-14 08:22:21 +02:00
parent 1a7d7c8db8
commit 843a53d07c
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ cdata *getHeptagonCdata_legacy(heptagon *h) {
if(sphere || quotient) h = currentmap->gamestart()->master;
if(h == currentmap->gamestart()->master) {
if(h == currentmap->getOrigin()) {
h->cdata = new cdata(orig_cdata);
for(int& v: h->cdata->val) v = 0;
h->cdata->bits = reptilecheat ? (1 << 21) - 1 : 0;