Re 191: missing line from simuv2 and simuv3

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

Former-commit-id: 65fdb43103a71cacea591bdb9e4c751c6ded4d76
Former-commit-id: 76e2e61d76f4ca888152b3de9dc5e41bc3347dc8
This commit is contained in:
kakukri 2010-10-14 17:42:40 +00:00
parent 1e67d255bd
commit 9b54f07051
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@ SimBrakeSystemConfig(tCar *car)
car->brkSyst.rep = GfParmGetNum(hdle, SECT_BRKSYST, PRM_BRKREP, (char*)NULL, 0.5);
car->brkSyst.coeff = GfParmGetNum(hdle, SECT_BRKSYST, PRM_BRKPRESS, (char*)NULL, 1000000);
car->brkSyst.ebrake_pressure = GfParmGetNum(hdle, SECT_BRKSYST, PRM_EBRKPRESS, (char*)NULL, 0.0);
}

View file

@ -51,6 +51,7 @@ SimBrakeSystemConfig(tCar *car)
car->brkSyst.rep = GfParmGetNum(hdle, SECT_BRKSYST, PRM_BRKREP, (char*)NULL, 0.5);
car->brkSyst.coeff = GfParmGetNum(hdle, SECT_BRKSYST, PRM_BRKPRESS, (char*)NULL, 1000000);
car->brkSyst.ebrake_pressure = GfParmGetNum(hdle, SECT_BRKSYST, PRM_EBRKPRESS, (char*)NULL, 0.0);
}