equal
deleted
inserted
replaced
173 self.staticMapCommand = [NSString stringWithFormat:@"emap %@", [source objectAtIndex:index]]; |
173 self.staticMapCommand = [NSString stringWithFormat:@"emap %@", [source objectAtIndex:index]]; |
174 |
174 |
175 if (scIndex != 3) |
175 if (scIndex != 3) |
176 self.missionCommand = @""; |
176 self.missionCommand = @""; |
177 else |
177 else |
178 self.missionCommand = [NSString stringWithFormat:@"escript %@/%@/map.lua",MISSIONS_DIRECTORY(),[source objectAtIndex:index]]; |
178 self.missionCommand = [NSString stringWithFormat:@"escript Missions/Maps/%@/map.lua",[source objectAtIndex:index]]; |
179 } |
179 } |
180 |
180 |
181 #pragma mark - |
181 #pragma mark - |
182 #pragma mark Table view delegate |
182 #pragma mark Table view delegate |
183 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |
183 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |