changeset 3783 | 8e9daf967406 |
parent 3753 | bb5a0252fb56 |
child 3787 | 6e84339eefee |
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Sat Aug 28 05:35:02 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Sun Aug 29 16:55:27 2010 +0200 @@ -39,6 +39,7 @@ } -(IBAction) buttonPressed:(id) sender { + playSound(@"backSound"); [[self parentViewController] dismissModalViewControllerAnimated:YES]; }