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

rulegen3:: w_r3_no_road_shortcuts

This commit is contained in:
Zeno Rogue
2022-08-17 17:34:13 +02:00
parent 47d2b5b27b
commit 75c9258537
2 changed files with 3 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ static const flagtype w_skip_transducers = Flag(32); /*< skip the transducer tes
static const flagtype w_skip_transducer_loops = Flag(33); /*< skip loops during the transducer test */
static const flagtype w_skip_transducer_terminate = Flag(34); /*< skip termination during the transducer test */
static const flagtype w_r3_all_errors = Flag(35); /*< consider all errors for R3 */
static const flagtype w_r3_no_road_shortcuts = Flag(36); /*< consider all errors for R3 */
#endif
/** these control the output */