1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 22:36:02 +00:00

moved all the Euclidean maps to euclid.cpp

This commit is contained in:
?
2019-02-24 23:04:52 +01:00
committed by Zeno Rogue
parent 26b6b94c95
commit c7cb93f2ed
8 changed files with 479 additions and 474 deletions

View File

@@ -233,7 +233,7 @@ heptagon *createStep(heptagon *h, int d) {
#endif
#if MAXDIM == 4
if(!h->move(d) && euclid && DIM == 3)
return space::createStep(h, d);
return euclid3::createStep(h, d);
#endif
#if CAP_ARCM
if(!h->move(d) && archimedean) {