diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-07-11 20:06:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 23:06:21 -0400 |
| commit | 85b19de4ab93ac0d36ff7e37a1a130b44c02316a (patch) | |
| tree | 9d6f0f377fdbad3902e7c2661f84a476bf14bdb3 /src/code/z_effect_soft_sprite_old_init.c | |
| parent | 81ce7bebccfbd0d4804a26be7eb845e1294e634f (diff) | |
General Cleanup 4 (#871)
* PartTimerWorker -> PartTimer
* cleanup
* format
* objChan draw macro
* Fix macro
* Fix warning
* PR Review
* Missed 1 ull
* UINT16_MAX
* Remove todo from footmark
* Remove * from tex in AnimatedMat_DrawTexCycle
Diffstat (limited to 'src/code/z_effect_soft_sprite_old_init.c')
| -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 c14d424e0..60a15c3cc 100644 --- a/src/code/z_effect_soft_sprite_old_init.c +++ b/src/code/z_effect_soft_sprite_old_init.c @@ -32,7 +32,7 @@ #include "overlays/effects/ovl_Effect_Ss_Stick/z_eff_ss_stick.h" #include "overlays/effects/ovl_Effect_Ss_Stone1/z_eff_ss_stone1.h" -void EffectSs_DrawGEffect(PlayState* play, EffectSs* this, void* texture) { +void EffectSs_DrawGEffect(PlayState* play, EffectSs* this, TexturePtr texture) { GraphicsContext* gfxCtx = play->state.gfxCtx; f32 scale; MtxF mfTrans; |
