X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fmainframe.cpp;h=493520f0c584e1962f88bb9686b1b87c06db7502;hp=7f7dba22fae19e3dd3dc2991ad919bcb4ac5cdd1;hb=7f2f9610badcb9170590bc9ac48875ef7b61a5ce;hpb=7c469116587a352454b7740764c5756484ac843a diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 7f7dba22..493520f0 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -7079,7 +7079,7 @@ void MainFrame::OnSelectFuncGroup() // check to see if the selected brush is part of a func group // if it is, deselect everything and reselect the next brush // in the group - brush_t *b = selected_brushes.next; + brush_t *b2, *b = selected_brushes.next; entity_t * e; if (b != &selected_brushes) {