mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
another 32 bit fix
This commit is contained in:
@@ -26,8 +26,8 @@ std::shared_ptr<Ship::IResource> ResourceFactoryBinaryAudioTableV0::ReadResource
|
||||
int16_t sd3 = reader->ReadInt16();
|
||||
|
||||
table->mEntries.push_back({
|
||||
(uintptr_t) crc,
|
||||
size, medium, policy, sd1, sd2, sd3
|
||||
crc, size, medium,
|
||||
policy, sd1, sd2, sd3
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user