From 0b51a16453b0dcf136bf694206ee603adac67eaf Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:48:50 +1100 Subject: Player Docs: Spin Attack (#1741) * spin attack * cleanup * fix bss * PR review * sync func name * add todo --- src/code/z_player_lib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/code/z_player_lib.c') diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index f43136967..55f89a3eb 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -3,7 +3,6 @@ * Description: Set of library functions to interact with the Player system */ -#include "prevent_bss_reordering.h" #include "global.h" #include "assets/objects/gameplay_keep/gameplay_keep.h" -- cgit v1.2.3