project_files/HedgewarsMobile/Classes/SplitViewRootController.m
changeset 6000 dbcebcd3d79f
parent 5219 9e2a17ab178b
child 6074 047eaed35cbb
--- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.m	Fri Sep 23 22:42:30 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.m	Sat Sep 24 00:54:47 2011 +0200
@@ -77,7 +77,7 @@
 }
 
 -(void) dismissModalViewControllerAnimated:(BOOL)animated {
-    playSound(@"backSound");
+    [AudioManagerController playBackSound];
     [self.parentViewController dismissModalViewControllerAnimated:YES];
 }