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

tes:: fixed a bug with apeirogonal tiles

This commit is contained in:
Zeno Rogue
2023-07-21 09:28:20 +02:00
parent 754e774bcf
commit aebcabb99c
2 changed files with 9 additions and 8 deletions

View File

@@ -365,6 +365,7 @@ EX void load_tile(exp_parser& ep, arbi_tiling& c, bool unit) {
cc.symmetric_value = 0;
cc.flags = 0;
cc.repeat_value = 1;
cc.apeirogonal = false;
bool is_symmetric = false;
while(ep.next() != ')') {
cld dist = 1;