diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-17 20:44:10 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-17 20:44:10 +0300 |
| commit | 4b4372dbd7c7d966246020cedf43ed4b28f75bcd (patch) | |
| tree | c99ed8710b39a239d3f601aa02596ed6b26ee12d /src/object/object30.c | |
| parent | 1c6bc876b5fd15d3703954a50acab9169c7562f9 (diff) | |
Put const data in heartContainer
Diffstat (limited to 'src/object/object30.c')
| -rw-r--r-- | src/object/object30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object30.c b/src/object/object30.c index 6a999eb3..6ebc3d4f 100644 --- a/src/object/object30.c +++ b/src/object/object30.c @@ -21,7 +21,7 @@ typedef struct { } Object30Entity; extern u32 sub_0806F798(Entity*); -extern const Hitbox gUnk_08121C58; +extern const Hitbox3D gUnk_08121C58; void Object30_Init(Object30Entity*); void Object30_Action1(Object30Entity*); |
