- update simuV4

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7518 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ab95a9a673ea15ab9857faf8cc6aaa06200921b0
Former-commit-id: a1618ab82b48a869226907289d306106fbb6f98a
This commit is contained in:
torcs-ng 2021-05-20 21:28:15 +00:00
parent 98419bb92b
commit 16ec49917e

View file

@ -130,8 +130,8 @@ void SimWheelConfig(tCar *car, int index)
wheel->muTDmult[1] = (tdble) ((1.0 - wheel->muTDoffset[1]) / (1.0 - wheel->critTreadDepth));
wheel->muTDoffset[1] = wheel->muTDoffset[1] - wheel->muTDmult[1] * wheel->critTreadDepth;
GfLogInfo(" # Sim heatingm = %.9f\n", wheel->heatingm);
GfLogInfo(" # Sim wearrate = %.9f\n", wheel->wearrate);
GfLogDebug(" # Sim heatingm = %.9f\n", wheel->heatingm);
GfLogDebug(" # Sim wearrate = %.9f\n", wheel->wearrate);
/* components */
SimSuspConfig(car, hdle, SuspSect[index], &(wheel->susp), index);