mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-22 20:51:36 +00:00
Mantis 0001052:
o Fixed bug where order notifications sometimes would display for a commander exiting the CC. Added a check so that a commander will never display nor queue order notifications. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@134 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
4913786c3a
commit
58c50b1399
1 changed files with 2 additions and 2 deletions
|
@ -2088,8 +2088,8 @@ void AvHHud::OrderNotification(const AvHOrder& inOrder)
|
|||
|
||||
this->PlayHUDSound(theSound);
|
||||
|
||||
// tankefugl: 0000992
|
||||
if (thePopup)
|
||||
// tankefugl: 0000992 | 0001052
|
||||
if (thePopup && (this->GetInTopDownMode() == false))
|
||||
{
|
||||
this->SetDisplayOrder(2, this->GetFrameForOrderType(theOrderType), "", "", "");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue