project_files/HedgewarsMobile/Classes/StatsPageViewController.m
changeset 6000 dbcebcd3d79f
parent 5982 283be2ca54a7
child 6004 b92a6626b0e5
--- 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];
     }
 }