2
0
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:
2016-02-17 00:37:12 -08:00
parent ae88e719ff
commit f70577dc2b
3 changed files with 9 additions and 29 deletions

View File

@@ -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;