diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-08 23:00:19 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-08 23:00:19 -0400 |
| commit | cbbd4c2dc0526c82bccd3be61b6e792421397fd3 (patch) | |
| tree | b32dcbac3f55f7555713e1d1b7955b79b79c84a6 /src/d/d_particle.cpp | |
| parent | dbadb130a57858e6b243845a37d15af257e2a59c (diff) | |
Match more player_main regalloc/stack/etc issues
Diffstat (limited to 'src/d/d_particle.cpp')
| -rw-r--r-- | src/d/d_particle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_particle.cpp b/src/d/d_particle.cpp index 36bc99cf..853bbcc0 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -1059,7 +1059,7 @@ void dPa_cutTurnEcallBack_c::setup(JPABaseEmitter* param_1, const cXyz* param_2, mpBaseEmitter = param_1; field_0x6 = 0; field_0x5 = 0; - field_0x4 = 0xFF; + mAlpha = 0xFF; } /* 8007E9D4-8007EAC4 .text executeAfter__22dPa_cutTurnEcallBack_cFP14JPABaseEmitter */ |
