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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user