equal
deleted
inserted
replaced
169 self.maxLabel.text = max; |
169 self.maxLabel.text = max; |
170 [max release]; |
170 [max release]; |
171 |
171 |
172 self.themeCommand = [NSString stringWithFormat:@"etheme %@", [split objectAtIndex:0]]; |
172 self.themeCommand = [NSString stringWithFormat:@"etheme %@", [split objectAtIndex:0]]; |
173 self.staticMapCommand = [NSString stringWithFormat:@"emap %@", [source objectAtIndex:index]]; |
173 self.staticMapCommand = [NSString stringWithFormat:@"emap %@", [source objectAtIndex:index]]; |
|
174 |
174 if (scIndex != 3) |
175 if (scIndex != 3) |
175 self.missionCommand = @""; |
176 self.missionCommand = @""; |
176 else |
177 else |
177 self.missionCommand = [NSString stringWithFormat:@"escript %@/%@/map.lua",MISSIONS_DIRECTORY(),[source objectAtIndex:index]]; |
178 self.missionCommand = [NSString stringWithFormat:@"escript %@/%@/map.lua",MISSIONS_DIRECTORY(),[source objectAtIndex:index]]; |
178 } |
179 } |