project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
changeset 6353 d8f62c805619
parent 6266 b02a1e92dba2
child 6673 1ee72dcea263
equal deleted inserted replaced
6352:2448f5390bd5 6353:d8f62c805619
   187     [newFilePath release];
   187     [newFilePath release];
   188 
   188 
   189     self.numberOfItems++;
   189     self.numberOfItems++;
   190     [self.tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationNone];
   190     [self.tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationNone];
   191 
   191 
       
   192     [GameInterfaceBridge registerCallingController:self];
   192     [GameInterfaceBridge startSaveGame:currentFilePath];
   193     [GameInterfaceBridge startSaveGame:currentFilePath];
   193     [currentFilePath release];
   194     [currentFilePath release];
   194 }
   195 }
   195 
   196 
   196 #pragma mark -
   197 #pragma mark -