play cancel sound when using CancelTransitionsOut, not start sound
This commit is contained in:
@@ -276,7 +276,7 @@ void ScreenWithMenuElements::Cancel( ScreenMessage smSendWhenDone )
|
||||
{
|
||||
if( CANCEL_TRANSITIONS_OUT )
|
||||
{
|
||||
SCREENMAN->PlayStartSound();
|
||||
SCREENMAN->PlayCancelSound();
|
||||
StartTransitioningScreen( smSendWhenDone );
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user