[wesnoth-commits] [wesnoth/wesnoth] 22ef5e: Initialize all load_game_metadata members
Charles Dang
noreply at github.com
Tue Jan 5 10:39:42 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 22ef5e895801370317fc5bae8e613ca620d6cdff
https://github.com/wesnoth/wesnoth/commit/22ef5e895801370317fc5bae8e613ca620d6cdff
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M src/savegame.hpp
Log Message:
-----------
Initialize all load_game_metadata members
Commit: fbe44a4db581504e9cbac7b8f16d452b681e3357
https://github.com/wesnoth/wesnoth/commit/fbe44a4db581504e9cbac7b8f16d452b681e3357
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M src/game_launcher.cpp
M src/game_launcher.hpp
Log Message:
-----------
Game Launcher: used an optional for load_data
This also fixes an issue where the exception data was actually being copied instead of being moved
since the exception was being passed in as const reference.
Compare: https://github.com/wesnoth/wesnoth/compare/a06520833420...fbe44a4db581
More information about the Commits
mailing list