diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-02-19 15:43:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 18:43:26 -0500 |
| commit | bbc7944e54bd4c6095c82ca9877c48488a16cdff (patch) | |
| tree | d417a6408bd4ce2193f5ad41da93dabd6b297712 /include/SSystem | |
| parent | 376a5be6e304b5ec49e899e0f79287690522e08a (diff) | |
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
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
