mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Populate particle IDs enum with placeholders and use them everywhere
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ fopAc_ac_c* cc_at_check(fopAc_ac_c* tgActor, CcAtInfo* atInfo) {
|
||||
pauseTime = 6 + g_regHIO.mChild->mShortRegs[7];
|
||||
|
||||
if (atInfo->pParticlePos) {
|
||||
dComIfGp_particle_set(0x10, atInfo->pParticlePos);
|
||||
dComIfGp_particle_set(dPa_name::ID_COMMON_0010, atInfo->pParticlePos);
|
||||
cXyz scale;
|
||||
scale.x = scale.y = scale.z = 2.0f;
|
||||
csXyz angle;
|
||||
|
||||
Reference in New Issue
Block a user