diff -r 76d5b32758d9 -r a54ca6185307 project_files/HedgewarsMobile/Classes/MapConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Thu Sep 30 18:38:45 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Thu Sep 30 22:31:38 2010 +0200 @@ -175,7 +175,7 @@ if (scIndex != 3) self.missionCommand = @""; else - self.missionCommand = [NSString stringWithFormat:@"escript %@/%@/map.lua",MISSIONS_DIRECTORY(),[source objectAtIndex:index]]; + self.missionCommand = [NSString stringWithFormat:@"escript Missions/Maps/%@/map.lua",[source objectAtIndex:index]]; } #pragma mark -