mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 08:24:51 +00:00
quick fix to bug #9555 Minimaps aren't shown in the Lobby
2007-07-07T16:11:25Z!crazy-ivanovic@gmx.net removed the inialization of the bool, seems set on true on my system but the report suggest that others have false. So add the inialization (to true) (later we can probably remove the use of this bool)
This commit is contained in:
parent
7578462548
commit
37c763e60a
@ -39,7 +39,7 @@ namespace mp {
|
||||
observer_icon_locator_("misc/eye.png"), map_hashes_(map_hashes),
|
||||
item_height_(100), margin_(5), h_padding_(5),
|
||||
header_height_(20), selected_(0), visible_range_(std::pair<size_t,size_t>(0,0)),
|
||||
double_clicked_(false), ignore_next_doubleclick_(false), last_was_doubleclick_(false)
|
||||
double_clicked_(false), ignore_next_doubleclick_(false), last_was_doubleclick_(false), minimaps_(true)
|
||||
{
|
||||
set_numeric_keypress_selection(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user