project_files/HedgewarsMobile/Classes/CreationChamber.m
changeset 8441 a00b0fa0dbd7
parent 6908 896ed2afcfb8
child 8835 01bcf9ea68c1
equal deleted inserted replaced
8440:ea4d6a7a2937 8441:a00b0fa0dbd7
   388                                       nil];
   388                                       nil];
   389     [gamemodArray release];
   389     [gamemodArray release];
   390     [basicArray release];
   390     [basicArray release];
   391 
   391 
   392     NSString *schemeFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", schemesDirectory, nameWithoutExt];
   392     NSString *schemeFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", schemesDirectory, nameWithoutExt];
   393     
   393 
   394     [theScheme writeToFile:schemeFile atomically:YES];
   394     [theScheme writeToFile:schemeFile atomically:YES];
   395     [schemeFile release];
   395     [schemeFile release];
   396     [theScheme release];
   396     [theScheme release];
   397 }
   397 }
   398 
   398