mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
All int elements implemented
This commit is contained in:
@@ -643,7 +643,7 @@ CRealElement* CParticleDataFactory::GetRealElement(CInputStream& in)
|
||||
{
|
||||
CIntElement* a = GetIntElement(in);
|
||||
CRealElement* b = GetRealElement(in);
|
||||
return new CREITRL(a, b);
|
||||
return new CREIntTimesReal(a, b);
|
||||
}
|
||||
default: break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user