Don't need to MAX() mode 2

This commit is contained in:
Edward Richardson 2014-08-18 22:55:13 +12:00
parent 78f8bf19d2
commit c585eee82b
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ void NetUpdate (void)
default:
resendto[i] = MAX(0, lowtic); break;
case 1: resendto[i] = MAX(0, lowtic - 1); break;
case 2: resendto[i] = MAX(0, nettics[i]); break;
case 2: resendto[i] = nettics[i]; break;
}
if (numtics == 0 && resendOnly && !remoteresend[i] && nettics[i])