(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:
peter1138 2008-01-16 16:52:50 +00:00
parent 692fbb3c05
commit 019ffe29b8
1 changed files with 1 additions and 0 deletions

View File

@ -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;