Skip to content

Commit

Permalink
oops! This should've been removed!
Browse files Browse the repository at this point in the history
  • Loading branch information
UnmarkedFractal committed Jan 21, 2025
1 parent 471dff9 commit 44501fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/game/multiplayer/multiplayer_event_mgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ struct RoomEvent_PlatformChange {
u8 y;
u8 id;
u8 action;
} platformChange;
};

struct RoomEvent_ItemBoxBreak {
ROOMEVENT_BASE;

u8 x;
u8 y;
u8 id;
} itemBoxBreak;
};

struct RoomEvent_EnemyDestroy {
ROOMEVENT_BASE;

u8 x;
u8 y;
u8 id;
} enemyDestroy;
};

struct RoomEvent_RingLoss {
ROOMEVENT_BASE;
Expand Down

0 comments on commit 44501fd

Please sign in to comment.