(svn r2536) - Fix: [ 1215999 ] Segmentation fault in main menu - corrupted sample.cat. Flush the output buffer to print the error message before the game crashes. (mcmohr)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
Darkvater 20 years ago
parent 1b4a0897b6
commit 6a645a3eb8

@ -831,7 +831,7 @@ void CheckExternalFiles(void)
win++;
if (!FileMD5(sample_cat_win, false) && !FileMD5(sample_cat_dos, false))
printf("Your sample.cat file is corrupted or missing!");
printf("Your sample.cat file is corrupted or missing!\n");
/*
* forced DOS palette via command line -> leave it that way

Loading…
Cancel
Save