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

Former-commit-id: 2e662a77706385dd8a62dc7fe574fe6a8d3246b7
Former-commit-id: 07c111c9d8ccc06f3ddf55abe4a8bae84a4623cd
This commit is contained in:
madbad 2023-12-07 14:28:28 +00:00
parent a3984788f4
commit b37f052475

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);