project_files/HedgewarsMobile/Classes/StatsPageViewController.m
changeset 4934 727da72f754a
parent 4860 4f9d05416fd6
child 4976 088d40d8aba2
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Mon Feb 07 23:12:56 2011 +0100
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Mon Feb 07 23:22:14 2011 +0100
@@ -141,8 +141,10 @@
 #pragma mark -
 #pragma mark Table view delegate
 -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
-    if ([indexPath section] == 3)
+    if ([indexPath section] == 3) {
+        playSound(@"backSound");
         [self dismissModalViewControllerAnimated:YES];
+    }
 }
 
 #pragma mark -