--- a/project_files/HedgewarsMobile/Classes/MasterViewController.m Fri Sep 23 22:42:30 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.m Sat Sep 24 00:54:47 2011 +0200
@@ -166,7 +166,7 @@
nextController.navigationItem.hidesBackButton = NO;
[self.navigationController pushViewController:nextController animated:YES];
} else {
- playSound(@"clickSound");
+ [AudioManagerController playClickSound];
nextController.navigationItem.hidesBackButton = YES;
[targetController.navigationController pushViewController:nextController animated:NO];
}