mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 17:21:57 +00:00
fix bug with MP create defaulting to top due to incorrect variable initialization.
This commit is contained in:
parent
62d3783f41
commit
dee9868ac8
@ -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:
|
||||
|
@ -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_(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user