mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
Fix #9648: add missing commas in crash message
This commit is contained in:
parent
80e3397f85
commit
33ef34189e
@ -393,8 +393,8 @@ static void CDECL HandleSavegameLoadCrash(int signum)
|
|||||||
"or older version.\n"
|
"or older version.\n"
|
||||||
"It will load a NewGRF with the same GRF ID as the missing NewGRF.\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"
|
"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"
|
"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"
|
"cases, OpenTTD will load the savegame and not crash, but this is an\n"
|
||||||
"exception.\n"
|
"exception.\n"
|
||||||
"Please load the savegame with the appropriate NewGRFs installed.\n"
|
"Please load the savegame with the appropriate NewGRFs installed.\n"
|
||||||
"The missing/compatible NewGRFs are:\n");
|
"The missing/compatible NewGRFs are:\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user