diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-08-15 11:31:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 14:31:36 -0400 |
| commit | 24ba04d70c7e8af692ddaadbe4f356b5c91212c4 (patch) | |
| tree | f532b8343b96beae5b24d247fed9f599cbcdf7e5 /src/code | |
| parent | 4b545bc259400d203303c71a953e2cbc6a62b59f (diff) | |
Effect Deaddd OK (#1019)
* OK
* cleanup
* Add unused comment
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_effect_soft_sprite_old_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_effect_soft_sprite_old_init.c b/src/code/z_effect_soft_sprite_old_init.c index b28e50364..5258c2ecf 100644 --- a/src/code/z_effect_soft_sprite_old_init.c +++ b/src/code/z_effect_soft_sprite_old_init.c @@ -978,7 +978,7 @@ void EffectSsDeadDd_Spawn(PlayState* play, Vec3f* pos, Vec3f* velocity, Vec3f* a initParams.envColor.r = env->r; initParams.envColor.g = env->g; initParams.envColor.b = env->b; - initParams.type = 0; + initParams.type = DEADDD_TYPE_0; initParams.alphaStep = alphaStep; initParams.life = life; |
