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:
parent
9443fcdd5c
commit
f3ea0d7cc1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue