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