equal
deleted
inserted
replaced
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 { |