--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m Sat Oct 08 17:22:06 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m Sat Oct 08 21:17:24 2011 +0200
@@ -80,7 +80,7 @@
-(void) addScheme:(id) sender {
NSString *fileName = [[NSString alloc] initWithFormat:@"Scheme %u.plist", [self.listOfSchemes count]];
- createSchemeNamed([fileName stringByDeletingPathExtension], 0);
+ [CreationChamber createSchemeNamed:[fileName stringByDeletingPathExtension]];
[self.listOfSchemes addObject:fileName];