(svn r19132) -Codechange: No need to end a line with ;;.
This commit is contained in:
@@ -458,7 +458,7 @@ public:
|
||||
|
||||
if (id_g >= this->groups.Length()) return;
|
||||
|
||||
this->group_sel = this->groups[id_g]->index;;
|
||||
this->group_sel = this->groups[id_g]->index;
|
||||
|
||||
this->vehicles.ForceRebuild();
|
||||
this->SetDirty();
|
||||
|
Reference in New Issue
Block a user