# | Line 104 | Line 104 | int globalizeData(void) | |
---|---|---|
104 | { | |
105 | int err = 0; | |
106 | ||
107 | < | try { |
107 | > | try { |
108 | int levels[15] = {0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 18, 19}; // the levels Oni has | |
109 | char choice = 0; | |
110 | ||
# | Line 265 | Line 265 | int globalizeData(void) | |
265 | system((strOniSplit + " " + strImportOption + " " + TRAM.string() + " " + VanillaTRAM.string()).c_str()); | |
266 | ||
267 | create_directory("../GameDataFolder/IGMD"); | |
268 | < | copy_file("packages/VanillaBSL", "../GameDataFolder/IGMD"); |
268 | > | copy((path)"packages/VanillaBSL/IGMD", (path)"../GameDataFolder"); |
269 | } | |
270 | catch (exception ex) { | |
271 | cout << ex.what(); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |