Changeset - r2027:f22f5ec62f7f
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-07-09 00:14:40
darkvater@openttd.org
(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)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spritecache.c
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)