diff options
author | Patric Stout <truebrain@openttd.org> | 2021-05-11 12:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 12:26:16 +0200 |
commit | 36e22f3a7bc0f86c650a293e2f624ac5ddfffa84 (patch) | |
tree | 156871620c6199f7c7411288ccf0bfab4e7957f6 /src/sound/allegro_s.cpp | |
parent | 2e429ee4853fb4baf78c864be6ba462bd5758096 (diff) | |
download | openttd-36e22f3a7bc0f86c650a293e2f624ac5ddfffa84.tar.xz |
Fix: [Network] clients leaving because of broken connections was not broadcasted (#9238)
The code mixed up "client has quit but we already told everyone"
with "client lost connection, handle this".
Split up those two signals:
- CLIENT_QUIT means we told everyone and the connection is now dead
- CONNECTION_LIST means we should tell everyone we lost a client
Diffstat (limited to 'src/sound/allegro_s.cpp')
0 files changed, 0 insertions, 0 deletions