1
0
Fork 0

Fix #9648: add missing commas in crash message

pull/9679/head
Dmitry Erlikh 2021-11-03 22:10:21 +01:00 committed by Patric Stout
parent 5e1164b093
commit 5a472beaa1
1 changed files with 2 additions and 2 deletions

View File

@ -393,8 +393,8 @@ static void CDECL HandleSavegameLoadCrash(int signum)
"or older version.\n"
"It will load a NewGRF with the same GRF ID as the missing NewGRF.\n"
"This means that if the author makes incompatible NewGRFs with the\n"
"same GRF ID OpenTTD cannot magically do the right thing. In most\n"
"cases OpenTTD will load the savegame and not crash, but this is an\n"
"same GRF ID, OpenTTD cannot magically do the right thing. In most\n"
"cases, OpenTTD will load the savegame and not crash, but this is an\n"
"exception.\n"
"Please load the savegame with the appropriate NewGRFs installed.\n"
"The missing/compatible NewGRFs are:\n");