--- 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 -