Skip to content

Commit 1bd24d2

Browse files
revert constant replacment
1 parent 0f335a5 commit 1bd24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/REL/d/a/obj/d_a_obj_grass_coil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int dAcOgrassCoil_c::actorExecute() {
8787
mEffectRot.y = mSpawnRotY;
8888
for (s32 i = 0; i < 2; i++) {
8989
if (i == 1) {
90-
mEffectRot.y += mAng(0xe39);
90+
mEffectRot.y += mAng(sEffectRotIncrement);
9191
}
9292
dEmitterBase_c *emitter = dJEffManager_c::spawnEffect(
9393
PARTICLE_RESOURCE_ID_MAPPING_485_, mPosition, &mEffectRot, nullptr, nullptr, nullptr, 0, 0

0 commit comments

Comments
 (0)