mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 23:25:28 +00:00
fixup
This commit is contained in:
parent
2ee2f4d33f
commit
6c54451e2a
@ -506,7 +506,7 @@ void wml_tag::key_iterator::ensure_valid_or_end() {
|
||||
void wml_tag::push_new_tag_conditions(std::queue<const wml_tag*> q, const config& match, const wml_tag& tag) {
|
||||
for(const auto& condition : tag.conditions_) {
|
||||
if(condition.matches(match)) {
|
||||
condition_queue.push(&condition);
|
||||
q.push(&condition);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user