mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 10:52:41 +01:00
Codechange: do not declare functions in blocks
This commit is contained in:
@@ -367,6 +367,8 @@ void NORETURN SlErrorCorrupt(const char *msg)
|
||||
SlError(STR_GAME_SAVELOAD_ERROR_BROKEN_SAVEGAME, msg);
|
||||
}
|
||||
|
||||
void NORETURN SlErrorCorruptFmt(const char *format, ...) WARN_FORMAT(1, 2);
|
||||
|
||||
/**
|
||||
* Issue an SlErrorCorrupt with a format string.
|
||||
* @param format format string
|
||||
|
||||
Reference in New Issue
Block a user