diff options
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r-- | src/openttd.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index 2e6b604b5..ee0ebf89d 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -316,7 +316,8 @@ static void InitializeDynamicVariables() } -/** Unitializes drivers, frees allocated memory, cleans pools, ... +/** + * Unitializes drivers, frees allocated memory, cleans pools, ... * Generally, prepares the game for shutting down */ static void ShutdownGame() @@ -1273,7 +1274,8 @@ void StateGameLoop() assert(IsLocalCompany()); } -/** Create an autosave. The default name is "autosave#.sav". However with +/** + * Create an autosave. The default name is "autosave#.sav". However with * the setting 'keep_all_autosave' the name defaults to company-name + date */ static void DoAutosave() { |