project_files/HedgewarsMobile/Classes/SingleTeamViewController.m
branchios-revival
changeset 11254 407045ffe343
parent 11217 e68b3e392091
child 11273 68a0df07382b
--- 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"];