From 66a51c4bde41bc79bc3d7fc1115067f07a454061 Mon Sep 17 00:00:00 2001 From: John Collins Date: Sun, 6 Sep 2020 14:56:30 -0500 Subject: [PATCH] Fix incorrect backslash --- src/game/mario_actions_automatic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/mario_actions_automatic.c b/src/game/mario_actions_automatic.c index 83d56f35..0e7489c9 100644 --- a/src/game/mario_actions_automatic.c +++ b/src/game/mario_actions_automatic.c @@ -18,7 +18,7 @@ #include "thread6.h" #ifdef BETTERCAMERA - #include "pc\controller\controller_mouse.h" + #include "pc/controller/controller_mouse.h" extern u8 newcam_mouse; #endif