mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
twist:: select_quotient in mtwisted nil now correctly shows the twisted quotient selector, not the nil one
This commit is contained in:
@@ -617,7 +617,7 @@ EX void select_quotient() {
|
||||
euc::prepare_torus3();
|
||||
pushScreen(euc::show_torus3);
|
||||
}
|
||||
else if(nil) {
|
||||
else if(nil && !mhybrid) {
|
||||
nilv::prepare_niltorus3(),
|
||||
pushScreen(nilv::show_niltorus3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user