mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -177,7 +177,7 @@ static BOOL daMsw_Execute(msw_class* i_this) {
|
||||
|
||||
cXyz scale;
|
||||
scale.x = scale.y = scale.z = 2.0f;
|
||||
dComIfGp_particle_set(dPa_name::ID_COMMON_PURPLE_HIT, i_this->mChainCyls[chainIdx].GetTgHitPosP(), &player->shape_angle, &scale);
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_JN_NG, i_this->mChainCyls[chainIdx].GetTgHitPosP(), &player->shape_angle, &scale);
|
||||
}
|
||||
i_this->mChainCyls[chainIdx].SetC(i_this->m2E0[chainIdx]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user