mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 09:37:03 +00:00
Fix crash with TRANInv
CTweakParticle
This commit is contained in:
@@ -8,9 +8,14 @@ namespace Retro
|
||||
namespace DNAMP1
|
||||
{
|
||||
|
||||
class CTweakParticle : BigYAML
|
||||
struct CTweakParticle : BigYAML
|
||||
{
|
||||
DECL_YAML
|
||||
String<-1> m_particle;
|
||||
String<-1> m_powerBeam;
|
||||
String<-1> m_genThrust;
|
||||
|
||||
CTweakParticle(Athena::io::IStreamReader& reader) { this->read(reader); }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user