mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	rulegen:: tests:: comments now available in .lst files
This commit is contained in:
		| @@ -466,7 +466,7 @@ void test_from_file(string list) { | ||||
|   std::ifstream is("devmods/rulegen-tests/" + list + ".lst"); | ||||
|   string s; | ||||
|   while(getline(is, s)) { | ||||
|     if(s != "") filenames.push_back(s); | ||||
|     if(s != "" && s[0] != '#') filenames.push_back(s); | ||||
|     } | ||||
|   int trv = test_rotate_val; | ||||
|    | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue