[Commits] [wesnoth/wesnoth] 192fbd: Config: added function to move children from one c...

GitHub noreply at github.com
Thu Nov 9 10:12:28 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 192fbdc17355d6a26e5c4b966190cf8f18dda57e
      https://github.com/wesnoth/wesnoth/commit/192fbdc17355d6a26e5c4b966190cf8f18dda57e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
    M src/config.cpp
    M src/config.hpp

  Log Message:
  -----------
  Config: added function to move children from one config to another

The regular append_children function makes a copy of the applicable child tags. This moves them
from the source to the destination configs. Do note it leaves the source tags empty.





More information about the Commits mailing list