TORCS  1.3.9
The Open Racing Car Simulator
categories.cpp
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : categories.cpp
4  created : Sun Dec 15 11:12:56 CET 2002
5  copyright : (C) 2002 by Eric Espié
6  email : eric.espie@torcs.org
7  version : $Id$
8 
9  ***************************************************************************/
10 
11 /***************************************************************************
12  * *
13  * This program is free software; you can redistribute it and/or modify *
14  * it under the terms of the GNU General Public License as published by *
15  * the Free Software Foundation; either version 2 of the License, or *
16  * (at your option) any later version. *
17  * *
18  ***************************************************************************/
19 
26 #include <stdio.h>
27 #include "sim.h"
28 
29 
30 tdble simDammageFactor[] = {0.0f, 0.5f, 0.8f, 1.0f, 1.0f};
31 
32 tdble simSkidFactor[] = {0.40f, 0.35f, 0.3f, 0.0f, 0.0f};
float tdble
Floating point type used in TORCS.
Definition: tgf.h:48
tdble simSkidFactor[]
Definition: categories.cpp:32
tdble simDammageFactor[]
Definition: categories.cpp:30