mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
STRG cooking bug fixes
This commit is contained in:
@@ -785,6 +785,12 @@ struct SpecMP1 : SpecBase
|
||||
gui.read(reader);
|
||||
WriteTweak(gui, out);
|
||||
}
|
||||
else if (!classStr.compare(DNAMP1::CTweakPlayerControl::DNAType()))
|
||||
{
|
||||
DNAMP1::CTweakPlayerControl pc;
|
||||
pc.read(reader);
|
||||
WriteTweak(pc, out);
|
||||
}
|
||||
else if (!classStr.compare(DNAMP1::CTweakBall::DNAType()))
|
||||
{
|
||||
DNAMP1::CTweakBall ball;
|
||||
|
||||
Reference in New Issue
Block a user