unit lost sound when local player's units die
This commit is contained in:
@@ -98,6 +98,9 @@ namespace OpenRa.Game
|
||||
|
||||
Game.world.AddFrameEndTask(w => w.Remove(this));
|
||||
|
||||
if (Owner == Game.LocalPlayer)
|
||||
Game.PlaySound("unitlst1.aud", false);
|
||||
|
||||
/* todo: explosion */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user