mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 05:07:41 +00:00
Match CParticleDataFactory::GetRealElement
This commit is contained in:
@@ -125,6 +125,10 @@ CRealElement* CParticleDataFactory::GetRealElement(CInputStream& in) {
|
|||||||
case SBIG('CNST'): {
|
case SBIG('CNST'): {
|
||||||
return rs_new CREConstant(GetReal(in));
|
return rs_new CREConstant(GetReal(in));
|
||||||
}
|
}
|
||||||
|
case SBIG('NONE'): {
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
case SBIG('KEYE'):
|
||||||
case SBIG('KEYP'): {
|
case SBIG('KEYP'): {
|
||||||
return rs_new CREKeyframeEmitter(in);
|
return rs_new CREKeyframeEmitter(in);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user