1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

rulegen debug removed

This commit is contained in:
Zeno Rogue 2022-08-07 01:57:34 +02:00
parent 464f4277cc
commit 8b68ad2fdd

View File

@ -257,8 +257,6 @@ void build(vstate& vs, vector<tcell*>& places, int where, int where_last, tcell
}
}
void print_rules();
EX int max_ignore_level_pre = 3;
EX int max_ignore_level_post = 0;
EX int max_ignore_time_pre = 999999;