mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-11 04:32:25 +03:00
Fixed isRelocated
This commit is contained in:
parent
3020f3bd95
commit
717414a5c9
@ -229,6 +229,8 @@ std::shared_ptr<Ship::IResource> ResourceFactoryXMLSampleV0::ReadResource(std::s
|
||||
sample->mSample.sampleAddr[i] = (*sampleFile->Buffer)[i];
|
||||
}
|
||||
|
||||
sample->mSample.isRelocated = 1;
|
||||
|
||||
return sample;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user