Reinforcements voice with chopper extraction

This commit is contained in:
Scott_NZ
2012-08-11 22:42:43 +12:00
parent f479f9a32d
commit 03f904155e

View File

@@ -155,6 +155,7 @@ namespace OpenRA.Mods.RA.Missions
void ChinookTimerExpired(CountdownTimerWidget timer)
{
Sound.Play("reinfor1.aud");
timer.Visible = false;
SendChinook();
}