game: mention the options screen in the terrain cache directory README

This commit is contained in:
Crypto City 2021-09-06 19:12:07 +00:00
parent 8761724ac8
commit 27f01535a5

View File

@ -67,7 +67,7 @@ static void prune_terrain_files()
const std::string README = cache_dir + "/README";
if (!epee::file_io_utils::is_file_exist(README))
epee::file_io_utils::save_string_to_file(README, "There are Townforge terrain cache files.\nYou can delete them to free space and they will be regenerated as necessary.\n");
epee::file_io_utils::save_string_to_file(README, "There are Townforge terrain cache files.\nYou can delete them to free space and they will be regenerated as necessary.\nThe terrain cache can be disabled, or its size changed, in the Townforge options screen.");
}
void SetTerrainCacheDirectory(const std::string &dir)