play cancel sound when using CancelTransitionsOut, not start sound

This commit is contained in:
Chris Danford
2006-03-08 23:58:37 +00:00
parent 7ec7a906c3
commit 58a6402201
5 changed files with 12 additions and 3 deletions
-2
View File
@@ -758,8 +758,6 @@ void ScreenOptions::AfterChangeValueOrRow( PlayerNumber pn )
void ScreenOptions::MenuBack( PlayerNumber pn )
{
Screen::MenuBack( pn );
Cancel( SM_GoToPrevScreen );
}