mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -293,7 +293,7 @@ int daNpc_Fa1_c::createInit() {
|
||||
setPointLightParam();
|
||||
dKy_efplight_set(&mPointLight);
|
||||
}
|
||||
JPABaseEmitter* pJVar4 = dComIfGp_particle_set(dPa_name::ID_COMMON_0052, ¤t.pos, NULL,
|
||||
JPABaseEmitter* pJVar4 = dComIfGp_particle_set(dPa_name::ID_AK_JN_CUREFAIRY00, ¤t.pos, NULL,
|
||||
NULL, 0xFF, &mSparklePtclCallback);
|
||||
mpEmitter = pJVar4;
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user