project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 3635 38d3e31556d3
parent 3632 8e1bd8b5780e
child 3642 fb39fecca350
equal deleted inserted replaced
3634:93d260c96635 3635:38d3e31556d3
   160     if ([[gameDictionary allKeys] count] == 8) {
   160     if ([[gameDictionary allKeys] count] == 8) {
   161         [[SDLUIKitDelegate sharedAppDelegate] startSDLgame:gameDictionary];
   161         [[SDLUIKitDelegate sharedAppDelegate] startSDLgame:gameDictionary];
   162     } else {
   162     } else {
   163         DLog(@"gameconfig data not complete!!\nmapConfigViewController = %@\nteamConfigViewController = %@\nschemeWeaponConfigViewController = %@\n",
   163         DLog(@"gameconfig data not complete!!\nmapConfigViewController = %@\nteamConfigViewController = %@\nschemeWeaponConfigViewController = %@\n",
   164              mapConfigViewController, teamConfigViewController, schemeWeaponConfigViewController);
   164              mapConfigViewController, teamConfigViewController, schemeWeaponConfigViewController);
       
   165         [self.parentViewController dismissModalViewControllerAnimated:YES];
   165     }
   166     }
   166 
   167 
   167 }
   168 }
   168 
   169 
   169 -(void) viewDidLoad {
   170 -(void) viewDidLoad {