(svn r15546) -Fix [FS#2651]: keep_all_autosave ignored for dedicated servers/spectators.

This commit is contained in:
rubidium 2009-02-21 15:23:49 +00:00
parent 8316c4381f
commit 81d8e55c38
1 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ static void DoAutosave()
if (_networking) return;
#endif /* PSP */
if (_settings_client.gui.keep_all_autosave && _local_company != COMPANY_SPECTATOR) {
if (_settings_client.gui.keep_all_autosave) {
GenerateDefaultSaveName(buf, lastof(buf));
strecat(buf, ".sav", lastof(buf));
} else {