File diff r23966:9de0a0960701 → r23967:184d66dba11d
src/saveload/storage_sl.cpp
Show inline comments
 
@@ -36,10 +36,8 @@ static void Load_PSAC()
 
/** Save persistent storage data. */
 
static void Save_PSAC()
 
{
 
	PersistentStorage *ps;
 

	
 
	/* Write the industries */
 
	FOR_ALL_STORAGES(ps) {
 
	for (PersistentStorage *ps : PersistentStorage::Iterate()) {
 
		ps->ClearChanges();
 
		SlSetArrayIndex(ps->index);
 
		SlObject(ps, _storage_desc);