1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-22 23:17:04 +00:00

rulegen:: tests:: auto disable floorshapes

This commit is contained in:
Zeno Rogue 2021-12-27 20:23:13 +01:00
parent a3a5b7c17e
commit a5d24e0ff7

View File

@ -1111,6 +1111,9 @@ bool set_general(const string& s) {
void test_from_file(string list) {
dynamicval<int> df(floorshapes_level);
if(specialland == laCanvas) floorshapes_level = 1;
set_dir(list);
vector<string> filenames;