Fix wrong line addition from prev commit

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9226 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
madbad 2023-12-07 14:28:28 +00:00
parent 14d77f48a2
commit e43d1a93b8
1 changed files with 0 additions and 2 deletions

View File

@ -354,8 +354,6 @@ int refresh(tSituation *s)
double Z = eye[2];
render->UpdateSky(s->currentTime, s->accelTime, X, Y);
tCarElt* curCar = screens->getActiveView()->getCurrentCar();
int drawDriver = cam->getDrawDriver();
int drawCurrent = cam->getDrawCurrent();
cars->updateCars(s, curCar, drawCurrent, drawDriver);