--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Thu Oct 29 23:59:51 2015 +0100
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Fri Oct 30 00:01:26 2015 +0100
@@ -225,8 +225,8 @@
editableCell = [[[EditableCellView alloc] initWithStyle:UITableViewCellStyleDefault
reuseIdentifier:CellIdentifier1] autorelease];
editableCell.delegate = self;
- editableCell.tag = [indexPath row];
}
+ editableCell.tag = [indexPath row];
hogArray = [self.teamDictionary objectForKey:@"hedgehogs"];