File diff r837:f04d7c5f41ca → r838:7330f79937ab
industry_cmd.c
Show inline comments
 
@@ -1887,17 +1887,17 @@ static const byte _industry_desc[] = {
 
static void Save_INDY()
 
{
 
	Industry *ind;
 
	int i = 0;
 
	// Write the vehicles
 
	FOR_ALL_INDUSTRIES(ind) {
 
		i++;
 
		if (ind->xy != 0) {
 
			SlSetArrayIndex(i);
 
			SlObject(ind, _industry_desc);
 
		}
 
		i++;
 
	}
 
}
 

	
 
static void Load_INDY()
 
{
 
	int index;