mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(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)
This commit is contained in:
parent
1307f90b5e
commit
93a3b7e0a1
@ -831,7 +831,7 @@ void CheckExternalFiles(void)
|
|||||||
win++;
|
win++;
|
||||||
|
|
||||||
if (!FileMD5(sample_cat_win, false) && !FileMD5(sample_cat_dos, false))
|
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
|
* forced DOS palette via command line -> leave it that way
|
||||||
|
Loading…
Reference in New Issue
Block a user