MP Lobby: fixed certain non-existent games flashing in the game list briefly

This can usually happen after a host quits a game and returns to lobby. The just-left
game can briefly appear.
This commit is contained in:
Charles Dang 2017-10-20 08:04:14 +11:00
parent 9443fcdd5c
commit f3ea0d7cc1

View file

@ -138,7 +138,7 @@ mp_lobby::mp_lobby(const config& game_config, mp::lobby_info& info, wesnothd_con
, selected_game_id_()
, player_list_()
, player_list_dirty_(false)
, gamelist_dirty_(false)
, gamelist_dirty_(true)
, last_gamelist_update_(0)
, gamelist_diff_update_(true)
, wesnothd_connection_(connection)