diff -r e8f44e9433f0 -r dbcebcd3d79f project_files/HedgewarsMobile/Classes/StatsPageViewController.m --- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Fri Sep 23 22:42:30 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Sat Sep 24 00:54:47 2011 +0200 @@ -146,7 +146,7 @@ #pragma mark Table view delegate -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if ([indexPath section] == 3) { - playSound(@"backSound"); + [AudioManagerController playBackSound]; [self dismissModalViewControllerAnimated:YES]; } }