File diff r1961:7949b074d614 → r1962:cc4c06e3f6b5
openttd.c
Show inline comments
 
@@ -1033,7 +1033,7 @@ static void DoAutosave(void)
 
	char buf[200];
 

	
 
	if (_patches.keep_all_autosave && _local_player != OWNER_SPECTATOR) {
 
		const Player *p = DEREF_PLAYER(_local_player);
 
		const Player *p = GetPlayer(_local_player);
 
		char *s;
 
		sprintf(buf, "%s%s", _path.autosave_dir, PATHSEP);