Fixed image cache being shared between campaigns (fixes #1529)
This commit is contained in:
parent
057a53055f
commit
52db950e94
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue