mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
d_a_arrow 100%
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user