mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
comment
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user