mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Numerous uninitialized memory fixes
This commit is contained in:
@@ -22,7 +22,7 @@ bool CParticleDataFactory::GetBool(CInputStream& in) {
|
||||
}
|
||||
|
||||
FourCC CParticleDataFactory::GetClassID(CInputStream& in) {
|
||||
uint32_t val;
|
||||
u32 val = 0;
|
||||
in.readBytesToBuf(&val, 4);
|
||||
return val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user