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:
tankefugl 2005-05-25 19:29:41 +00:00
parent 4913786c3a
commit 58c50b1399

View file

@ -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), "", "", "");
}