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:
parent
a3984788f4
commit
b37f052475
1 changed files with 0 additions and 2 deletions
|
@ -354,8 +354,6 @@ int refresh(tSituation *s)
|
||||||
double Z = eye[2];
|
double Z = eye[2];
|
||||||
render->UpdateSky(s->currentTime, s->accelTime, X, Y);
|
render->UpdateSky(s->currentTime, s->accelTime, X, Y);
|
||||||
|
|
||||||
tCarElt* curCar = screens->getActiveView()->getCurrentCar();
|
|
||||||
|
|
||||||
int drawDriver = cam->getDrawDriver();
|
int drawDriver = cam->getDrawDriver();
|
||||||
int drawCurrent = cam->getDrawCurrent();
|
int drawCurrent = cam->getDrawCurrent();
|
||||||
cars->updateCars(s, curCar, drawCurrent, drawDriver);
|
cars->updateCars(s, curCar, drawCurrent, drawDriver);
|
||||||
|
|
Loading…
Reference in a new issue