(svn r11878) -Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 17 years ago
parent 692fbb3c05
commit 019ffe29b8

@ -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…
Cancel
Save