mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 18:19:12 +00:00
Revert "Remove arbitrary particle limit of 256, unfortunately this breaks various particle systems including Essence Shockwave and flamethrower particles"
This reverts commit 35482529
This commit is contained in:
@@ -203,7 +203,8 @@ void CMetroidPrimeEssence::DoUserAnimEvent(CStateManager& mgr, const CInt32POINo
|
||||
}
|
||||
case EUserEventType::BeginAction: {
|
||||
SShockWaveData data(x660_, x698_, 2.f, x664_, x70c_);
|
||||
data.SetSpeedIncrease(180.f);
|
||||
// TODO: Need to fix CElementGen accessing null ParticleAccessParameters
|
||||
// data.SetSpeedIncrease(180.f);
|
||||
DropShockwave(mgr, data);
|
||||
ShakeCamera(mgr, 1.f);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user