mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Remove CVESPOS
Fix CVEPSO*
This commit is contained in:
@@ -444,11 +444,6 @@ CVectorElement* CParticleDataFactory::GetVectorElement(CInputStream& in)
|
||||
{
|
||||
return new CVEParticleVelocity;
|
||||
}
|
||||
case SBIG('SPOS'):
|
||||
{
|
||||
CVectorElement* a = GetVectorElement(in);
|
||||
return new CVESPOS(a);
|
||||
}
|
||||
case SBIG('PLCO'):
|
||||
{
|
||||
return new CVEPLCO;
|
||||
|
||||
Reference in New Issue
Block a user