diff options
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h index d6535dd06..a82a4844a 100644 --- a/include/objects.h +++ b/include/objects.h @@ -205,7 +205,7 @@ extern s32 D_8018D1D8; //! Limit on some object type (ice chips?) in Sherbet Land extern s32 D_8018D3C0; -extern Collision D_8018C0B0[]; +extern struct Collision D_8018C0B0[]; /** * indexObjectList1, indexObjectList2, indexObjectList3, and indexObjectList4 are all lists of indices in gObjectList. |
