mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
rulegen:: tests:: fixed set_dir
This commit is contained in:
parent
cd1f421c70
commit
ea44116beb
@ -708,7 +708,7 @@ void set_arcm(eVariation v, string symbol) {
|
||||
|
||||
void test_from_file(string list) {
|
||||
|
||||
set_dir("devmods/rulegen-tests/" + list);
|
||||
set_dir(list);
|
||||
|
||||
vector<string> filenames;
|
||||
std::ifstream is("devmods/rulegen-tests/" + list + ".lst");
|
||||
|
Loading…
Reference in New Issue
Block a user