[Commits] [wesnoth/wesnoth] 87a538: Load Game: fixed all games not displaying when fil...
GitHub
noreply at github.com
Sat Sep 24 03:38:46 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 87a5382fb2dbe5705f99b4e67288835b2f64adb6
https://github.com/wesnoth/wesnoth/commit/87a5382fb2dbe5705f99b4e67288835b2f64adb6
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-09-24 (Sat, 24 Sep 2016)
Changed paths:
M src/gui/dialogs/game_load.cpp
Log Message:
-----------
Load Game: fixed all games not displaying when filter was cleared (bug #25090)
This was caused by the conversion to boost::dynamic_bitset in fe08701b7ca3639b. Apparently, dynamic_bitset
does not initialize every member to the given value as std::vector<bool> did.
More information about the Commits
mailing list