mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +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
|
@ -58,9 +58,9 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
};
|
||||
|
||||
static void* sEyeTextures[] = {
|
||||
&gAdultRutoEyeOpenTex,
|
||||
&gAdultRutoEyeHalfTex,
|
||||
&gAdultRutoEyeClosedTex,
|
||||
gAdultRutoEyeOpenTex,
|
||||
gAdultRutoEyeHalfTex,
|
||||
gAdultRutoEyeClosedTex,
|
||||
};
|
||||
|
||||
static UNK_TYPE D_80AF4118 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue