project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 6353 d8f62c805619
parent 6266 b02a1e92dba2
child 6634 e00762923086
equal deleted inserted replaced
6352:2448f5390bd5 6353:d8f62c805619
   221                                     self.schemeWeaponConfigViewController.selectedScheme,@"scheme",
   221                                     self.schemeWeaponConfigViewController.selectedScheme,@"scheme",
   222                                     self.schemeWeaponConfigViewController.selectedWeapon,@"weapon",
   222                                     self.schemeWeaponConfigViewController.selectedWeapon,@"weapon",
   223                                     script,@"mission_command",
   223                                     script,@"mission_command",
   224                                     nil];
   224                                     nil];
   225 
   225 
       
   226     [GameInterfaceBridge registerCallingController:self];
   226     [GameInterfaceBridge startLocalGame:gameDictionary];
   227     [GameInterfaceBridge startLocalGame:gameDictionary];
   227     [gameDictionary release];
   228     [gameDictionary release];
   228 }
   229 }
   229 
   230 
   230 -(void) loadNiceHogs {
   231 -(void) loadNiceHogs {