Merge branch 'fix-fucking-warning-why-did-my-compiler-not-tell-me-when-i-was-testing-omfg' into 'next'

fix warning and destroy universe

See merge request STJr/SRB2!922
This commit is contained in:
LJ Sonic 2020-05-05 08:10:21 -04:00
commit 20d207a7b7
1 changed files with 1 additions and 1 deletions

View File

@ -5062,7 +5062,7 @@ void NetUpdate(void)
// In case the cvar value was lowered
if (joindelay)
joindelay = min(joindelay - 1, 3 * cv_joindelay.value * TICRATE);
joindelay = min(joindelay - 1, 3 * (tic_t)cv_joindelay.value * TICRATE);
}
nowtime /= NEWTICRATERATIO;