1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 23:17:39 +00:00

new quotient geometries

This commit is contained in:
Zeno Rogue
2018-06-22 01:48:46 +02:00
parent 742828125e
commit 8f8a259992
16 changed files with 241 additions and 74 deletions

View File

@@ -124,7 +124,7 @@ namespace mapstream {
save(torusconfig::dx);
save(torusconfig::dy);
}
if(geometry == gQuotient2) {
if(geometry == gFieldQuotient) {
using namespace fieldpattern;
save(quotient_field_changed);
if(quotient_field_changed) {
@@ -216,7 +216,7 @@ namespace mapstream {
load(torusconfig::dx);
load(torusconfig::dy);
}
if(geometry == gQuotient2) {
if(geometry == gFieldQuotient) {
using namespace fieldpattern;
load(quotient_field_changed);
if(quotient_field_changed) {