project_files/HedgewarsMobile/Classes/GameConfigViewController.m
branchios-revival
changeset 11103 4f526dcb40db
parent 10108 c68cf030eded
child 11116 102684240fe8
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Mon Aug 10 22:44:51 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Mon Aug 10 22:47:37 2015 +0200
@@ -351,8 +351,8 @@
 }
 
 -(void) viewWillAppear:(BOOL)animated {
-    if (IS_IPAD())
-        [NSThread detachNewThreadSelector:@selector(loadNiceHogs) toTarget:self withObject:nil];
+//    if (IS_IPAD())
+//        [NSThread detachNewThreadSelector:@selector(loadNiceHogs) toTarget:self withObject:nil];
 
     [self.mapConfigViewController viewWillAppear:animated];
     [self.teamConfigViewController viewWillAppear:animated];