diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-10-05 17:42:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 08:42:49 -0700 |
| commit | 5cb703fe941a14a3f4ea6649f294938201e586fb (patch) | |
| tree | 413cde1641310859f019c27544addfb06a8a1543 /src/code/z_actor.c | |
| parent | 5d01f07abbabb35a3ffa2e69e43e5154cd0e00f3 (diff) | |
[headers] `z64malloc.h` -> `zelda_arena.h` (#1702)
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 8ca728435..428404ae7 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -34,7 +34,7 @@ struct Actor* D_801ED920; // 2 funcs. 1 out of z_actor #include "z64door.h" #include "z64circle_tex.h" #include "z64horse.h" -#include "z64malloc.h" +#include "zelda_arena.h" #include "z64quake.h" #include "z64rumble.h" |
