(svn r1318) -Fix: Saving a game fucked up the industries.. sorry ;)

pull/155/head
truelight 20 years ago
parent db6e1bbb88
commit 5656666481

@ -1890,11 +1890,11 @@ static void Save_INDY()
int i = 0;
// Write the vehicles
FOR_ALL_INDUSTRIES(ind) {
i++;
if (ind->xy != 0) {
SlSetArrayIndex(i);
SlObject(ind, _industry_desc);
}
i++;
}
}

Loading…
Cancel
Save