--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Sun Feb 14 21:34:01 2016 +0100
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Mon Feb 15 23:37:48 2016 +0100
@@ -124,7 +124,7 @@
cell.accessoryView = imgView;
[imgView release];
- cell.textLabel.textAlignment = UITextAlignmentCenter;
+ cell.textLabel.textAlignment = NSTextAlignmentCenter;
cell.textLabel.adjustsFontSizeToFitWidth = YES;
cell.backgroundColor = [UIColor blackColor];
cell.selectionStyle = UITableViewCellSelectionStyleNone;