Warning fix

This commit is contained in:
Shauren
2024-02-22 19:02:42 +01:00
parent d4dee68c04
commit efedaed6ce

View File

@@ -89,7 +89,7 @@ void FleeingMovementGenerator::Deactivate(Unit* owner)
owner->ClearUnitState(UNIT_STATE_FLEEING_MOVE);
}
void FleeingMovementGenerator::Finalize(Unit* owner, bool active, bool movementInform)
void FleeingMovementGenerator::Finalize(Unit* owner, bool active, bool /*movementInform*/)
{
AddFlag(MOVEMENTGENERATOR_FLAG_FINALIZED);