mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-03 10:31:10 -04:00
Fix all warnings raised by IDO (#152)
* Fix all warnings raised by IDO, ignore trailing commas * Set -woff=624,...; keep const in printf functions * Remove redefined macros in irqmgr.c * Remove DECR macro & reformat * Address PR comments from AngheloAlf
This commit is contained in:
+2
-2
@@ -113,11 +113,11 @@ s32 func_8013A530(GlobalContext* globalCtx, Actor* actor, s32 flag, Vec3f* pos,
|
||||
s16 x;
|
||||
s16 y;
|
||||
f32 distance;
|
||||
UNK_TYPE unk1;
|
||||
CollisionPoly* unk1;
|
||||
Camera* camera;
|
||||
Actor* actors[2];
|
||||
s32 ret = 0;
|
||||
UNK_TYPE unk2;
|
||||
u32 unk2;
|
||||
|
||||
camera = ACTIVE_CAM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user