mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 15:31:15 +00:00
Cleanup unnecessary &'s on function/array pointers (#1031)
This commit is contained in:
parent
6efb590699
commit
d241bfb7ec
52 changed files with 106 additions and 107 deletions
|
@ -80,7 +80,7 @@ void EnTkEff_Update(EnTk* this) {
|
|||
|
||||
void EnTkEff_Draw(EnTk* this, GlobalContext* globalCtx) {
|
||||
static void* dustTextures[] = {
|
||||
&gDust8Tex, &gDust7Tex, &gDust6Tex, &gDust5Tex, &gDust4Tex, &gDust3Tex, &gDust2Tex, &gDust1Tex,
|
||||
gDust8Tex, gDust7Tex, gDust6Tex, gDust5Tex, gDust4Tex, gDust3Tex, gDust2Tex, gDust1Tex,
|
||||
};
|
||||
|
||||
EnTkEff* eff = this->eff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue