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:
@@ -205,7 +205,7 @@ void action_dousa(pw_class* i_this) {
|
||||
i_this->m3A4 = 0.0f;
|
||||
first_mode_change(i_this);
|
||||
i_this->m38C = fopAcM_searchPlayerAngleY(i_this);
|
||||
JPABaseEmitter* particle = dComIfGp_particle_set(dPa_name::ID_SCENE_82EE, &i_this->m2CC, &i_this->shape_angle);
|
||||
JPABaseEmitter* particle = dComIfGp_particle_set(dPa_name::ID_AK_SN_POUGETLAMP00, &i_this->m2CC, &i_this->shape_angle);
|
||||
if (particle != NULL) {
|
||||
particle->setGlobalRTMatrix(i_this->mpMorf->getModel()->getAnmMtx(0x17)); // j_pw_item_r1 joint
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user