mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r11878) -Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player.
This commit is contained in:
parent
3ad8b79550
commit
c2ae2334ec
@ -299,6 +299,7 @@ static void GroupWndProc(Window *w, WindowEvent *e)
|
||||
case WE_INVALIDATE_DATA:
|
||||
gv->l.flags |= VL_REBUILD;
|
||||
gl->l.flags |= VL_REBUILD;
|
||||
if (!IsValidGroupID(gv->group_sel)) gv->group_sel = ALL_GROUP;
|
||||
UpdateGroupActionDropdown(w, gv->group_sel);
|
||||
SetWindowDirty(w);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user