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

pull/155/head
peter1138 17 years ago
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…
Cancel
Save