Systems update

This commit is contained in:
Andrew nuark G 2020-12-22 22:17:29 +07:00
parent 09e67d4031
commit 72a4842800
2 changed files with 1 additions and 6 deletions

View file

@ -59,7 +59,7 @@ void apparatus::load() {
QDataStream stream(&f);
// loading GIDs
entity_id vgid, sgid;
entity_id vgid, sgid = vgid = 0;
stream >> vgid >> sgid;
vessel_entity::preloadGlobalId(vgid);
storage_entity::preloadGlobalId(sgid);