[wesnoth-commits] [wesnoth/wesnoth] af57de: MP Manager: made manager own its own saved_game ob...
Charles Dang
noreply at github.com
Sat Jan 2 14:26:27 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: af57de14f7c4599839fe4cfa3d1ffefc735c34b1
https://github.com/wesnoth/wesnoth/commit/af57de14f7c4599839fe4cfa3d1ffefc735c34b1
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-03 (Sun, 03 Jan 2021)
Changed paths:
M src/game_initialization/multiplayer.cpp
M src/game_initialization/multiplayer.hpp
M src/game_launcher.cpp
Log Message:
-----------
MP Manager: made manager own its own saved_game object
Based on work by @stevecotton. Currently, game_launcher owns a single saved_game object that is then passed around by
reference. This changes that for MP mode so that the mp_manager now owns its own saved_game object.
In the process, 86cf7478f494b8b33c8987ce652904ce439f342a was reverted.
More information about the Commits
mailing list