- Bogus 'lodeNiceHogs' disabled ios-revival
authorantonc27 <antonc27@mail.ru>
Mon, 10 Aug 2015 22:47:37 +0200
branchios-revival
changeset 11103 4f526dcb40db
parent 11102 87ca80dbb141
child 11104 eea0481d2ae1
- Bogus 'lodeNiceHogs' disabled Note: Fiw and uncomment after
project_files/HedgewarsMobile/Classes/GameConfigViewController.m
--- 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];