mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Properly cleanup Xorg in visigen, various fixes and cleanups in URDE, more CRidley imps
This commit is contained in:
@@ -560,7 +560,7 @@ std::unique_ptr<CRealElement> CParticleDataFactory::GetRealElement(CInputStream&
|
||||
}
|
||||
case SBIG('CEXT'): {
|
||||
auto a = GetIntElement(in);
|
||||
return std::make_unique<CRECEXT>(std::move(a));
|
||||
return std::make_unique<CREExternalVar>(std::move(a));
|
||||
}
|
||||
case SBIG('ITRL'): {
|
||||
auto a = GetIntElement(in);
|
||||
|
||||
Reference in New Issue
Block a user