Repair of St133 drivers' valve for both player and AI

This commit is contained in:
Królik Uszasty
2021-05-02 23:19:47 +02:00
committed by tmj-fstate
parent 750e9a21a6
commit fa9136e333
2 changed files with 9 additions and 9 deletions

View File

@@ -3135,7 +3135,7 @@ double TSt113::GetPF(double i_bcp, double PP, double HP, double dt, double ep)
BCP = lround(i_bcp);
EPS = BEP_K[BCP];
EPS = BEP_K[BCP+1];
if (BCP > 0)
BCP = BCP - 1;