fix bug with MP create defaulting to top due to incorrect variable initialization.

This commit is contained in:
David Mikos 2014-03-02 18:23:58 +10:30
parent 62d3783f41
commit dee9868ac8
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Version 1.11.10+dev:
by a percentage (bug #21577).
* Linux dbus notifications: Only last 5 messages are remembered, and they
are displayed with the most recent ones first.
* Fixed bug #21736: MP create screen always fedaulting to top entry.
Version 1.11.10:
* Add-ons client:

View File

@ -330,7 +330,7 @@ create_engine::create_engine(game_display& disp, game_state& state) :
current_era_index_(0),
current_mod_index_(0),
level_name_filter_(),
player_count_filter_(0),
player_count_filter_(1),
scenarios_(),
user_maps_(),
user_scenarios_(),