d_a_arrow 100%

This commit is contained in:
LagoLunatic
2023-09-30 21:25:23 -04:00
parent 35ac525915
commit e9d15be7ae
11 changed files with 614 additions and 26 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ inline T cLib_maxLimit(T val, T max) {
template <typename T>
T cLib_calcTimer(T* value) {
if (*value != 0) {
if ((s32)*value != 0) {
*value = *value - 1;
}
return *value;