Merge branch 'need-more-time' into 'master'

Stop Linux servers from hanging every 34 hours

See merge request KartKrew/Kart-Public!95
This commit is contained in:
wolfs 2019-03-01 01:12:32 -05:00
commit d3e2e37c66

View file

@ -2974,8 +2974,8 @@ static void I_ShutdownTimer(void)
//
tic_t I_GetTime (void)
{
static Uint32 basetime = 0;
Uint32 ticks = SDL_GetTicks();
static Uint64 basetime = 0;
Uint64 ticks = SDL_GetTicks();
if (!basetime)
basetime = ticks;