Changeset - r10812:7d7098769c9e
[Not reviewed]
master
0 1 0
glx - 16 years ago 2009-01-19 00:53:31
glx@openttd.org
(svn r15147) -Fix (r15146): compile before commit
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader.cpp
Show inline comments
 
@@ -1603,9 +1603,9 @@ void GetOldSaveGameName(const char *path
 
	temp[0] = '\0'; // name is nul-terminated in savegame ...
 

	
 
	if (f == NULL) {
 
		*title = '\0'
 
		*title = '\0';
 
		return;
 
	]
 
	}
 

	
 
	bool broken = (fread(temp, 1, HEADER_SIZE, f) != HEADER_SIZE || !VerifyOldNameChecksum(temp));
 

	
0 comments (0 inline, 0 general)