mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
All real elements implemented
This commit is contained in:
@@ -608,10 +608,6 @@ CRealElement* CParticleDataFactory::GetRealElement(CInputStream& in)
|
||||
{
|
||||
return new CREPRLW;
|
||||
}
|
||||
case SBIG('PSOF'):
|
||||
{
|
||||
return new CREPSOF;
|
||||
}
|
||||
case SBIG('SUB_'):
|
||||
{
|
||||
CRealElement* a = GetRealElement(in);
|
||||
|
||||
Reference in New Issue
Block a user