Fixing misunderstood comment in r4644.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4645 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 98b5c5a3fbddb100f773ab5f458262ac5b32789b Former-commit-id: 2f761e5b3890ce4d91e4f98dc49d42f0790b6ebb
This commit is contained in:
parent
228accc158
commit
fe6c2b93f4
1 changed files with 1 additions and 2 deletions
|
@ -299,8 +299,7 @@ void LegacyMenu::onRaceLoadingDrivers()
|
||||||
else
|
else
|
||||||
_hscrGame = ::RmResScreenInit();
|
_hscrGame = ::RmResScreenInit();
|
||||||
|
|
||||||
// If neither a qualification, nor a practice, or else 1st driver,
|
// If first driver (of a practice or qualifying) or race session,
|
||||||
// that is the non-first driver in a race session,
|
|
||||||
// activate race loading screen.
|
// activate race loading screen.
|
||||||
if (!(_piRaceEngine->inData()->s->_raceType == RM_TYPE_QUALIF
|
if (!(_piRaceEngine->inData()->s->_raceType == RM_TYPE_QUALIF
|
||||||
|| _piRaceEngine->inData()->s->_raceType == RM_TYPE_PRACTICE)
|
|| _piRaceEngine->inData()->s->_raceType == RM_TYPE_PRACTICE)
|
||||||
|
|
Loading…
Reference in a new issue