# HG changeset patch # User antonc27 # Date 1439239657 -7200 # Node ID 4f526dcb40db214140e9a797039ae79627256223 # Parent 87ca80dbb1416b6e3b68d509ef3d21658a070492 - Bogus 'lodeNiceHogs' disabled Note: Fiw and uncomment after diff -r 87ca80dbb141 -r 4f526dcb40db 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];