mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-07 11:46:22 -04:00
Fix warnings regarding ambigious typings (#715)
* Fix warnings regarding ambigious typings * Revert struct Collision name change
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user