mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-09 22:06:01 +00:00
added dual geometry puzzle generator
This commit is contained in:
@@ -116,6 +116,7 @@ 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
|
||||
|
Reference in New Issue
Block a user