diff options
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; |
