--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Fri Sep 23 22:42:30 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Sat Sep 24 00:54:47 2011 +0200
@@ -50,12 +50,12 @@
}
-(IBAction) buttonPressed:(id) sender {
- playSound(@"backSound");
+ [AudioManagerController playBackSound];
[[self parentViewController] dismissModalViewControllerAnimated:YES];
}
-(IBAction) segmentedControlChanged:(id) sender {
- playSound(@"clickSound");
+ [AudioManagerController playClickSound];
[self.tableView setContentOffset:CGPointMake(0, 0) animated:NO];
[self.tableView reloadData];
}