project_files/HedgewarsMobile/Classes/GameConfigViewController.m
branchios-revival
changeset 11103 4f526dcb40db
parent 10108 c68cf030eded
child 11116 102684240fe8
equal deleted inserted replaced
11102:87ca80dbb141 11103:4f526dcb40db
   349     [self.schemeWeaponConfigViewController willAnimateRotationToInterfaceOrientation:toInterfaceOrientation
   349     [self.schemeWeaponConfigViewController willAnimateRotationToInterfaceOrientation:toInterfaceOrientation
   350                                                                             duration:duration];
   350                                                                             duration:duration];
   351 }
   351 }
   352 
   352 
   353 -(void) viewWillAppear:(BOOL)animated {
   353 -(void) viewWillAppear:(BOOL)animated {
   354     if (IS_IPAD())
   354 //    if (IS_IPAD())
   355         [NSThread detachNewThreadSelector:@selector(loadNiceHogs) toTarget:self withObject:nil];
   355 //        [NSThread detachNewThreadSelector:@selector(loadNiceHogs) toTarget:self withObject:nil];
   356 
   356 
   357     [self.mapConfigViewController viewWillAppear:animated];
   357     [self.mapConfigViewController viewWillAppear:animated];
   358     [self.teamConfigViewController viewWillAppear:animated];
   358     [self.teamConfigViewController viewWillAppear:animated];
   359     [self.schemeWeaponConfigViewController viewWillAppear:animated];
   359     [self.schemeWeaponConfigViewController viewWillAppear:animated];
   360     // add other controllers here and below
   360     // add other controllers here and below