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:
@@ -474,7 +474,7 @@ void daObjBarrel::Act_c::set_walk_rot() {
|
||||
/* 00001710-00001824 .text eff_break__Q211daObjBarrel5Act_cFv */
|
||||
void daObjBarrel::Act_c::eff_break() {
|
||||
cXyz pos(current.pos.x, current.pos.y + 50.0f, current.pos.z);
|
||||
JPABaseEmitter* emitter = dComIfGp_particle_set(dPa_name::ID_COMMON_03E5, &pos, NULL, NULL, 0xFF, NULL, -1, &tevStr.mColorK0, &tevStr.mColorK0);
|
||||
JPABaseEmitter* emitter = dComIfGp_particle_set(dPa_name::ID_IT_JN_TR_HAHEN_A, &pos, NULL, NULL, 0xFF, NULL, -1, &tevStr.mColorK0, &tevStr.mColorK0);
|
||||
if (emitter) {
|
||||
static JGeometry::TVec3<f32> em_scl(1.0f, 0.8f, 1.0f);
|
||||
emitter->setEmitterScale(em_scl);
|
||||
|
||||
Reference in New Issue
Block a user