1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +00:00

moved dual geometry puzzle to RogueViz

This commit is contained in:
Zeno Rogue
2022-06-17 01:20:34 +02:00
parent f3f502e65e
commit 9bb9fd572d
6 changed files with 25 additions and 8 deletions

View File

@@ -125,7 +125,6 @@ EX bool wrongMode(char flags) {
if(yendor::on) return true;
if(peace::on) return true;
if(tactic::on) return true;
if(dpgen::in) return true;
#if CAP_TOUR
if(tour::on) return true;
#endif