1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-05 17:30:16 +00:00

handlers for createStep and newmap

This commit is contained in:
Zeno Rogue
2018-11-30 14:37:59 +01:00
parent ce996c82fe
commit bf7bb61d35
4 changed files with 11 additions and 3 deletions

View File

@@ -1660,7 +1660,7 @@ vector<eLand> randlands = {
static const int qNONOR = qNONORIENTABLE;
geometryinfo ginf[gGUARD] = {
vector<geometryinfo> ginf = {
{"standard", "HR", 7, 3, 0, gcHyperbolic, 0, {{7, 5}}, eVariation::bitruncated},
{"Euclidean", "euclid", 6, 3, 0, gcEuclid, 0, {{7, FORBIDDEN}}, eVariation::bitruncated},
{"spherical", "sphere", 5, 3, 0, gcSphere, 0, {{SEE_ALL, SEE_ALL}}, eVariation::bitruncated},