diff -r e8f44e9433f0 -r dbcebcd3d79f project_files/HedgewarsMobile/Classes/SplitViewRootController.m --- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.m Fri Sep 23 22:42:30 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.m Sat Sep 24 00:54:47 2011 +0200 @@ -77,7 +77,7 @@ } -(void) dismissModalViewControllerAnimated:(BOOL)animated { - playSound(@"backSound"); + [AudioManagerController playBackSound]; [self.parentViewController dismissModalViewControllerAnimated:YES]; }