only show group if ShowOrders is true
This commit is contained in:
parent
274448c00f
commit
ae83587065
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ static void DrawDecoration(const CUnit &unit, const CUnitType &type, const Pixel
|
|||
}
|
||||
|
||||
// Draw group number
|
||||
if (unit.Selected && unit.GroupId != 0
|
||||
if (Preference.ShowOrders && unit.Selected && unit.GroupId != 0
|
||||
#ifndef DEBUG
|
||||
&& unit.Player == ThisPlayer
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue