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

update devmods/knuth-bendix.cpp

This commit is contained in:
Zeno Rogue
2022-07-12 10:52:38 +02:00
parent b3c3cc331e
commit 9c9726249a

View File

@@ -435,7 +435,7 @@ bool forked = false;
int max_children = 7;
void test_all(string setname) {
disable_floorshapes = true;
floorshapes_level = 1;
vector<string> filenames;
std::ifstream is("devmods/rulegen-tests/"+setname+".lst");
string s;