File diff r25771:38227c416c21 → r25772:5ba83ce3a853
src/saveload/autoreplace_sl.cpp
Show inline comments
 
@@ -61,8 +61,9 @@ static void Ptrs_ERNW()
 
	}
 
}
 

	
 
static const ChunkHandler autoreplace_chunk_handlers[] = {
 
	{ 'ERNW', Save_ERNW, Load_ERNW, Ptrs_ERNW, nullptr, CH_TABLE },
 
static const ChunkHandler ERNW{ 'ERNW', Save_ERNW, Load_ERNW, Ptrs_ERNW, nullptr, CH_TABLE };
 
static const ChunkHandlerRef autoreplace_chunk_handlers[] = {
 
	ERNW,
 
};
 

	
 
extern const ChunkHandlerTable _autoreplace_chunk_handlers(autoreplace_chunk_handlers);