Fixed comment typo
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3308 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 305f7416f962aa077a41b13dd10bec0b8dd038fb Former-commit-id: bb86c153377276fbbf59a39164e904b404fe40b1
This commit is contained in:
parent
141225da9d
commit
a2ad87f88d
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ int reMainUpdater::operator()(void)
|
|||
// or do nothing (dual-threaded race engine : the updater thread does the job itself).
|
||||
_pSituationUpdater->computeCurrentStep();
|
||||
|
||||
// If one (human) driver is in pit, switch to the display loop to the pit menu.
|
||||
// If one (human) driver is in pit, switch the display loop to the pit menu.
|
||||
if (_pReInfo->_reInPitMenuCar) // Does this really work in capture mode ?
|
||||
{
|
||||
//if (ReInfo->_displayMode != RM_DISP_MODE_CAPTURE) {
|
||||
|
|
Loading…
Reference in a new issue