mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 09:28:15 +00:00
Change the cache filenames from _main.cfg-cache-SOMETHING to cache-SOMETHING
This commit is contained in:
parent
4f7b54f90f
commit
61e28610e9
@ -1523,7 +1523,7 @@ void game_controller::read_game_cfg(const preproc_map& defines, config& cfg, boo
|
||||
if(is_valid) {
|
||||
const std::string& cache = get_cache_dir();
|
||||
if(cache != "") {
|
||||
const std::string fname = cache + "/_main.cfg-cache" + str.str();
|
||||
const std::string fname = cache + "/cache" + str.str();
|
||||
const std::string fname_checksum = fname + ".checksum";
|
||||
|
||||
file_tree_checksum dir_checksum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user