From b029ad4a452f0723f92e6cc4896a00e060713fea Mon Sep 17 00:00:00 2001 From: engineer124 Date: Thu, 29 Sep 2022 08:58:29 -0400 Subject: [PATCH] comment --- include/z64save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/z64save.h b/include/z64save.h index 3437e2226..b557f4306 100644 --- a/include/z64save.h +++ b/include/z64save.h @@ -60,7 +60,7 @@ typedef enum { #define OSTIME_TO_TIMER(osTime) ((osTime) * 64 / 3000 / 10000) #define OSTIME_TO_TIMER_ALT(osTime) ((osTime) / 10000 * 64 / 3000) -// 1 centiSecond = 10 milliSeconds = 1/100 seconds +// 1 centisecond = 10 milliseconds = 1/100 seconds #define SECONDS_TO_TIMER_PRECISE(seconds, centiSeconds) ((seconds) * 100 + (centiSeconds)) typedef enum {