| # | Line 765 | Line 765 | void copyBSL(string copypath, vector<str | |
|---|---|---|
| 765 | bsl_itr != end_itr; | |
| 766 | bsl_itr++ ) { | |
| 767 | if ( bsl_itr->path().extension() == ".bsl" ) { | |
| 768 | + | if(exists("../GameDataFolder/IGMD/" + dir_itr->path().filename() + "/" + bsl_itr->path().filename())) |
| 769 | + | remove("../GameDataFolder/IGMD/" + dir_itr->path().filename() + "/" + bsl_itr->path().filename()); |
| 770 | copy_file(bsl_itr->path(), "../GameDataFolder/IGMD/" + dir_itr->path().filename() + "/" + bsl_itr->path().filename()); | |
| 771 | } | |
| 772 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |