equal
deleted
inserted
replaced
829 for (i = 0; i < 3; i++) |
829 for (i = 0; i < 3; i++) |
830 if (FileMD5(files_win.landscape[i], true)) |
830 if (FileMD5(files_win.landscape[i], true)) |
831 win++; |
831 win++; |
832 |
832 |
833 if (!FileMD5(sample_cat_win, false) && !FileMD5(sample_cat_dos, false)) |
833 if (!FileMD5(sample_cat_win, false) && !FileMD5(sample_cat_dos, false)) |
834 printf("Your sample.cat file is corrupted or missing!"); |
834 printf("Your sample.cat file is corrupted or missing!\n"); |
835 |
835 |
836 /* |
836 /* |
837 * forced DOS palette via command line -> leave it that way |
837 * forced DOS palette via command line -> leave it that way |
838 * all Windows files present -> Windows palette |
838 * all Windows files present -> Windows palette |
839 * all DOS files present -> DOS palette |
839 * all DOS files present -> DOS palette |