Follow-up Comment #4, bug #19996 (project wesnoth):

in gamestatus.hpp :

void carryover::to_config(config& cfg){
.....
        side["add"] = add_;      <-------
....

carryover::carryover(const config& side)
....
                : add_(side["gold_add"].to_bool())    <----- mismatch!
...

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19996>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to