Skip to content

Commit 3508d9a

Browse files
committed
Fixed compile error
1 parent 589bef6 commit 3508d9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/game/mario_actions_airborne.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "save_file.h"
1515
#include "rumble_init.h"
1616
#include "seq_ids.h"
17-
#include "port/hooks/list/PlayerEvent.h"
17+
#include "port/events/list/PlayerEvent.h"
1818

1919
void play_flip_sounds(struct MarioState *m, s16 frame1, s16 frame2, s16 frame3) {
2020
s32 animFrame = m->marioObj->header.gfx.animInfo.animFrame;

src/game/mario_actions_moving.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "behavior_data.h"
1414
#include "rumble_init.h"
1515
#include "seq_ids.h"
16-
#include "port/hooks/list/PlayerEvent.h"
16+
#include "port/events/list/PlayerEvent.h"
1717

1818
struct LandingAction {
1919
s16 numFrames;

0 commit comments

Comments
 (0)