mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Add GAPC and GEMT
This commit is contained in:
@@ -739,10 +739,18 @@ CIntElement* CParticleDataFactory::GetIntElement(CInputStream& in)
|
||||
CRealElement* a = GetRealElement(in);
|
||||
return new CIETimeScale(a);
|
||||
}
|
||||
case SBIG('GAPC'):
|
||||
{
|
||||
return new CIEGAPC;
|
||||
}
|
||||
case SBIG('GTCP'):
|
||||
{
|
||||
return new CIEGTCP;
|
||||
}
|
||||
case SBIG('GEMT'):
|
||||
{
|
||||
return new GIEGEMT;
|
||||
}
|
||||
case SBIG('MODU'):
|
||||
{
|
||||
CIntElement* a = GetIntElement(in);
|
||||
|
||||
Reference in New Issue
Block a user