Fixed comments
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8372 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4f1cdb8ee5b89d02e385914d1cf9e02f60e7422b Former-commit-id: 62d12965181dc5928e407d631a1dfeb1ab844195
This commit is contained in:
parent
87abb464c7
commit
b23ccd21b2
1 changed files with 2 additions and 2 deletions
|
@ -2050,7 +2050,7 @@ grCamCreateSceneCameraList(class cGrScreen *myscreen, tGrCamHead *cams,
|
|||
GF_TAILQ_INIT(&cams[c]);
|
||||
id = 0;
|
||||
|
||||
/* cam F2 = behind the car, near, looking forward */
|
||||
/* cam F3 = behind the car, near, looking forward */
|
||||
cam = new cGrCarCamBehind(myscreen,
|
||||
id,
|
||||
1, /* drawCurr */
|
||||
|
@ -2104,7 +2104,7 @@ grCamCreateSceneCameraList(class cGrScreen *myscreen, tGrCamHead *cams,
|
|||
cam->add(&cams[c]);
|
||||
id++;
|
||||
|
||||
/* cam F2 = behind the car, very near, looking forward */
|
||||
/* cam F3 = behind the car, very near, looking forward */
|
||||
cam = new cGrCarCamBehind(myscreen,
|
||||
id,
|
||||
1, /* drawCurr */
|
||||
|
|
Loading…
Reference in a new issue