1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 11:08:05 +00:00

irr torus works only in orientable for now -- disabled for other

This commit is contained in:
Zeno Rogue
2019-12-08 12:22:27 +01:00
parent f03c5b5c1d
commit 2fb1210811
2 changed files with 2 additions and 1 deletions

View File

@@ -509,6 +509,7 @@ EX namespace euc {
EX bool valid_irr_torus() {
if(!IRREGULAR) return true;
if(eu.twisted) return false;
for(int i=0; i<2; i++) {
auto x = eu.user_axes[i];
coord dm = eutester;