Re #299: increase aMax to 1.0 (57.3 degrees)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4123 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: eae2611abf4a45355b3d920465a4c477429ba840 Former-commit-id: 17eacdac707829a614c6cf37ec6caeb521df3384
This commit is contained in:
parent
7654936ca0
commit
5a7a423293
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "sim.h"
|
||||
|
||||
const tdble aMax = 0.35f; /* */
|
||||
const tdble aMax = 1.0f; /* */
|
||||
|
||||
void
|
||||
SimCarConfig(tCar *car)
|
||||
|
|
Loading…
Reference in a new issue