--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Sat Feb 18 11:59:59 2012 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Sat Feb 18 19:07:19 2012 +0100
@@ -91,7 +91,7 @@
// engine thread *should* be done by now
NSArray *stats = [[NSArray alloc] initWithArray:self.proto.statsArray copyItems:YES];
if ([HWUtils gameStatus] == gsEnded && stats != nil) {
- StatsPageViewController *statsPage = [[StatsPageViewController alloc] initWithStyle:UITableViewStyleGrouped];
+ StatsPageViewController *statsPage = [[StatsPageViewController alloc] init];
statsPage.statsArray = stats;
statsPage.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
if ([statsPage respondsToSelector:@selector(setModalPresentationStyle:)])