forked from mirror/OpenTTD
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
This commit is contained in:
@@ -156,13 +156,13 @@ static void CDECL HandleCrash(int signum)
|
||||
}
|
||||
|
||||
if (GamelogTestEmergency()) {
|
||||
printf("A serious fault condition occured in the game. The game will shut down.\n");
|
||||
printf("A serious fault condition occurred in the game. The game will shut down.\n");
|
||||
printf("As you loaded an emergency savegame no crash information will be generated.\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
if (SaveloadCrashWithMissingNewGRFs()) {
|
||||
printf("A serious fault condition occured in the game. The game will shut down.\n");
|
||||
printf("A serious fault condition occurred in the game. The game will shut down.\n");
|
||||
printf("As you loaded an savegame for which you do not have the required NewGRFs\n");
|
||||
printf("no crash information will be generated.\n");
|
||||
abort();
|
||||
|
Reference in New Issue
Block a user