Merge branch 'master' of github.com:wesnoth/wesnoth
This commit is contained in:
commit
b75dd81604
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
Version 1.11.11+dev:
|
||||
* AI:
|
||||
* Fixed a bug that made it impossible to change or delete Micro AIs after a
|
||||
game had been reloaded (bug #21750). This was a general bug in the RCA AI
|
||||
mechanism and applied to other CAs as well, but it was most visible in the
|
||||
Micro AIs.
|
||||
* Language and i18n:
|
||||
* Updated translations: German
|
||||
|
||||
|
|
|
@ -90,6 +90,7 @@ config candidate_action::to_config() const
|
|||
config cfg;
|
||||
cfg["enabled"] = enabled_;
|
||||
cfg["engine"] = engine_;
|
||||
cfg["id"] = id_;
|
||||
cfg["name"] = name_;
|
||||
cfg["score"] = score_;
|
||||
cfg["max_score"] = max_score_;
|
||||
|
|
Loading…
Add table
Reference in a new issue