- update more millisecond-storing data structures to u/int64_t to fix possible rollover bugs
This commit is contained in:
parent
16fa0cba21
commit
909daadd75
14 changed files with 36 additions and 35 deletions
|
|
@ -165,7 +165,7 @@ void R_InitSkyMap ()
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
void R_UpdateSky (uint32_t mstime)
|
||||
void R_UpdateSky (uint64_t mstime)
|
||||
{
|
||||
// Scroll the sky
|
||||
double ms = (double)mstime * FRACUNIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue