project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m
changeset 6709 018539298042
parent 6700 e04da46ee43c
child 6719 d2afc6b2d88e
--- 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:)])