(svn r26175) -Add: Log in desync output when persistent storage is discarded.

This commit is contained in:
frosch
2013-12-23 18:09:29 +00:00
parent 35ecb9db3f
commit 74916a103e
9 changed files with 43 additions and 10 deletions

View File

@@ -155,7 +155,7 @@ TownScopeResolver::TownScopeResolver(ResolverObject &ro, Town *t, bool readonly)
/* Create a new storage. */
assert(PersistentStorage::CanAllocateItem());
PersistentStorage *psa = new PersistentStorage(grfid);
PersistentStorage *psa = new PersistentStorage(grfid, GSF_FAKE_TOWNS, this->t->xy);
psa->StoreValue(pos, value);
t->psa_list.push_back(psa);
}