Update for PRC8 parity
Update for PRC8 parity. Full compile.
This commit is contained in:
@@ -54,7 +54,7 @@ void main()
|
||||
if (nExtra > 0)
|
||||
{
|
||||
int nPercent = (nExtra*100) / nHeavyEnc;
|
||||
nPercent = min(99, nPercent);
|
||||
nPercent = PRCMin(99, nPercent);
|
||||
|
||||
nFallChance += nPercent/2;
|
||||
if (bSidestep)
|
||||
|
||||
Reference in New Issue
Block a user