- initialize RAIN in DanDroid's pit stop

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9167 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
torcs-ng 2023-10-27 11:01:37 +00:00
parent 2819d5b948
commit 87176076ab
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void Pit::init(PTrack t, PSituation s, PtCarElt c, int pitdamage, double pitentr
MIN_WEAR = 0.4;
HASTYC = false;
HASCPD = false;
RAIN = track->local.rain;
track = t;
car = c;
teamcar = NULL;