project_files/HedgewarsMobile/Classes/AboutViewController.m
changeset 6000 dbcebcd3d79f
parent 5985 d276be65b745
child 6078 8c0cc07731e5
--- 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];
 }