File diff r6230:13b38a5840dd → r6231:4cdf70b5a6ea
src/oldloader.cpp
Show inline comments
 
@@ -1611,7 +1611,7 @@ bool LoadOldSaveGame(const char *file)
 

	
 
	fclose(ls.file);
 

	
 
	_pause = 2;
 
	_pause_game = 2;
 

	
 
	return true;
 
}