mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -143,7 +143,7 @@ cPhs_State daYkgr_c::_create() {
|
||||
if (m_emitter == NULL) {
|
||||
fopAc_ac_c* player = dComIfGp_getPlayer(0);
|
||||
current.pos = player->current.pos;
|
||||
m_emitter = dComIfGp_particle_setProjection(dPa_name::ID_SCENE_C06D, ¤t.pos);
|
||||
m_emitter = dComIfGp_particle_setProjection(dPa_name::ID_AK_SP_MTDRAGONKAGEROU, ¤t.pos);
|
||||
if (m_emitter != NULL) {
|
||||
m_emitter->setParticleCallBackPtr(&YkgrCB);
|
||||
YkgrCB.setParam(-3.0f);
|
||||
|
||||
Reference in New Issue
Block a user