From bbc7944e54bd4c6095c82ca9877c48488a16cdff Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:43:26 -0800 Subject: d_a_boomerang / d_a_grass mostly done, d_a_spinner done (#2304) * d_a_boomerang mostly done * d_a_grass mostly done * d_a_spinner done --- include/SSystem/SComponent/c_counter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/SSystem') diff --git a/include/SSystem/SComponent/c_counter.h b/include/SSystem/SComponent/c_counter.h index 19cd6bd3a4..975824eb9e 100644 --- a/include/SSystem/SComponent/c_counter.h +++ b/include/SSystem/SComponent/c_counter.h @@ -6,7 +6,7 @@ struct counter_class { u32 mCounter0; s32 mCounter1; - s32 mTimer; + u32 mTimer; }; extern counter_class g_Counter; -- cgit v1.2.3