Compare commits

..

No commits in common. "1c126b54f9038aa184216c3c05d375cd8a050b94" and "64e129790917a9b44b1e2814b5f1add1de0d637e" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ namespace Divine_Souls_Extractor
case "ÿûâ`": case "ÿûâ`":
File.Move(path + "//" + i, path + "//" + i + ".mp3"); File.Move(path + "//" + i, path + "//" + i + ".mp3");
break; break;
case "BM8\0":
File.Move(path + "//" + i, path + "//" + i + ".bmp");
break;
//Todo: list of file names = .ifl //Todo: list of file names = .ifl
//Todo: 0x200000 = ??? //Todo: 0x200000 = ???
default: break; default: break;