only say 'Select Target' when pushing chrono, not canceling it

This commit is contained in:
Chris Forbes
2010-01-03 23:37:34 +13:00
parent 56db75ae32
commit 8931a4c94f
2 changed files with 9 additions and 3 deletions

View File

@@ -293,8 +293,8 @@ namespace OpenRa.Game
void HandleChronosphereButton()
{
Sound.Play("slcttgt1.aud");
Game.controller.ToggleInputMode<ChronosphereSelectOrderGenerator>();
if (Game.controller.ToggleInputMode<ChronosphereSelectOrderGenerator>())
Sound.Play("slcttgt1.aud");
}
void DrawChat()