mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-06 00:40:43 +00:00
* (bug #4853) Fix comment that refers to old code
This commit is contained in:
parent
c081b9c1fd
commit
7000b9a315
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ Sys_Milliseconds
|
||||||
*/
|
*/
|
||||||
/* base time in seconds, that's our origin
|
/* base time in seconds, that's our origin
|
||||||
timeval:tv_sec is an int:
|
timeval:tv_sec is an int:
|
||||||
assuming this wraps every 0x7fffffff - ~68 years since the Epoch (1970) - we're safe till 2038
|
assuming this wraps every 0x7fffffff - ~68 years since the Epoch (1970) - we're safe till 2038 */
|
||||||
using unsigned long data type to work right with Sys_XTimeToSysTime */
|
|
||||||
unsigned long sys_timeBase = 0;
|
unsigned long sys_timeBase = 0;
|
||||||
/* current time in ms, using sys_timeBase as origin
|
/* current time in ms, using sys_timeBase as origin
|
||||||
NOTE: sys_timeBase*1000 + curtime -> ms since the Epoch
|
NOTE: sys_timeBase*1000 + curtime -> ms since the Epoch
|
||||||
|
|
Loading…
Reference in a new issue