Fixed image cache being shared between campaigns (fixes #1529)

This commit is contained in:
Charles Dang 2018-02-07 21:23:22 +11:00
parent 057a53055f
commit 52db950e94
2 changed files with 3 additions and 0 deletions

View file

@ -91,6 +91,7 @@ Version 1.13.11:
(bug #2196)
* Fixed not being able to undo previous moves after entering planning mode
(bug #2303)
* Fixed image cache being shared between campaigns.
Version 1.13.10:
* Add-ons client:

View file

@ -551,6 +551,8 @@ void game_config_manager::load_game_config_for_game(
throw;
}
image::flush_cache();
}
void game_config_manager::load_game_config_for_create(bool is_mp, bool is_test)
{