diff --git a/main/source/mod/AvHHud.cpp b/main/source/mod/AvHHud.cpp index 9e8eac9..bc47fba 100644 --- a/main/source/mod/AvHHud.cpp +++ b/main/source/mod/AvHHud.cpp @@ -2089,7 +2089,7 @@ void AvHHud::OrderNotification(const AvHOrder& inOrder) this->PlayHUDSound(theSound); // tankefugl: 0000992 | 0001052 - if (thePopup && (this->GetInTopDownMode() == false)) + if (thePopup && (this->GetInTopDownMode() == false) && (inOrder.GetOrderActive())) { this->SetDisplayOrder(2, this->GetFrameForOrderType(theOrderType), "", "", ""); }