mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 06:27:43 +00:00
More work on CMorphBall
This commit is contained in:
@@ -161,6 +161,12 @@ public:
|
||||
FourCC Get4CharId() const { return FOURCC('SWHC'); }
|
||||
void SetRenderGaps(bool r) { x1d0_27_renderGaps = r; }
|
||||
|
||||
void DoBallSwooshWarmup()
|
||||
{
|
||||
x1d0_26_disableUpdate = true;
|
||||
Update(0.0);
|
||||
}
|
||||
|
||||
void DoElectricWarmup()
|
||||
{
|
||||
for (int i=0 ; i<x15c_swooshes.size() ; ++i)
|
||||
|
||||
Reference in New Issue
Block a user