File diff r25751:3154638283de → r25752:2d6c2238f03d
src/saveload/town_sl.cpp
Show inline comments
 
@@ -325,9 +325,8 @@ static void Ptrs_TOWN()
 
	}
 
}
 

	
 
/** Chunk handler for towns. */
 
static const ChunkHandler town_chunk_handlers[] = {
 
	{ 'HIDS', Save_HIDS, Load_HIDS, nullptr,   nullptr, CH_ARRAY },
 
	{ 'HIDS', Save_HIDS, Load_HIDS, nullptr,   nullptr, CH_TABLE },
 
	{ 'CITY', Save_TOWN, Load_TOWN, Ptrs_TOWN, nullptr, CH_ARRAY },
 
};