diff --git a/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs b/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs index 6e4c2c2534..ad5503408d 100644 --- a/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs +++ b/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs @@ -146,8 +146,9 @@ namespace OpenRA.Widgets world.PlayVoiceForOrders(orders); var flashed = false; - foreach (var o in orders) + foreach (var order in orders) { + var o = order; if (!flashed) { if (o.TargetActor != null)