1
0
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:
Zeno Rogue
2024-06-21 13:44:30 +02:00
parent 06ca86cbc5
commit 8a782d1e3a
2 changed files with 7 additions and 2 deletions

View File

@@ -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);
}