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:
@@ -356,7 +356,7 @@ void ep_move(ep_class* i_this) {
|
||||
|
||||
cXyz scale;
|
||||
scale.z = scale.y = scale.x = REG0_F(6) + 1.0f;
|
||||
i_this->mpEmitter = dComIfGp_particle_set(dPa_name::ID_COMMON_01EA, &pos, NULL, &scale);
|
||||
i_this->mpEmitter = dComIfGp_particle_set(dPa_name::ID_AK_JN_TORCH, &pos, NULL, &scale);
|
||||
}
|
||||
|
||||
if (i_this->mpEmitter != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user