1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-08 12:29:04 +00:00

renamed 'syntetic' to 'archimedean' (enums/files/marcos/namespaces)

This commit is contained in:
Zeno Rogue
2018-08-19 23:06:32 +02:00
parent 1c8f0e7e37
commit 4d31e5a544
18 changed files with 147 additions and 146 deletions

View File

@@ -45,8 +45,8 @@ void precalc() {
int vertexdegree = S6/2;
ld fmin, fmax;
if(syntetic)
ginf[gSyntetic].cclass = gcHyperbolic;
if(archimedean)
ginf[gArchimedean].cclass = gcHyperbolic;
if(euclid) {
// dynamicval<eGeometry> g(geometry, gNormal);
@@ -164,7 +164,7 @@ void precalc() {
gp::compute_geometry();
irr::compute_geometry();
if(syntetic) synt::prepare();
if(archimedean) arcm::prepare();
}
transmatrix xspinpush(ld dir, ld dist) {