[Commits] [wesnoth/wesnoth] 617013: Add missing id attribute to RCA AI candidate actio...
GitHub
noreply at github.com
Mon Mar 3 20:57:03 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 61701354520751da758e7cc23550db5f3436a9c9
https://github.com/wesnoth/wesnoth/commit/61701354520751da758e7cc23550db5f3436a9c9
Author: mattsc <mattsc000 at gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M changelog
M src/ai/composite/rca.cpp
Log Message:
-----------
Add missing id attribute to RCA AI candidate action to_config()
With this missing, certain combinations of actions/events would lead to
the ids of all CAs being dropped (e.g. in saves after using
[modify_ai]), which resulted in it not being possible to remove CAs any
more as that is done by id.
This fixes bug #21750.
More information about the Commits
mailing list