File diff r15576:a72a8cf9455f → r15577:a61e44bed2f3
src/saveload/oldloader.h
Show inline comments
 
@@ -28,13 +28,12 @@ struct LoadgameState {
 

	
 
	uint buffer_count;
 
	uint buffer_cur;
 
	byte buffer[BUFFER_SIZE];
 

	
 
	uint total_read;
 
	bool failed;
 
};
 

	
 
/* OldChunk-Type */
 
enum OldChunkType {
 
	OC_SIMPLE    = 0,
 
	OC_NULL      = 1,