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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user