2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 14:59:12 +00:00

Fix crash with TRANInv

CTweakParticle
This commit is contained in:
2015-09-23 12:01:12 -07:00
parent b1f55c2733
commit b65ac4e9f8
3 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ namespace MP1
class CTweakParticle : DNAMP1::CTweakParticle
{
public:
CTweakParticle(CInputStream&);
CTweakParticle(CInputStream& reader);
};
}