|
|
@ -3301,7 +3301,6 @@ bool loginIntroSkip;
|
|
|
|
void loginIntro()
|
|
|
|
void loginIntro()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Display of nevrax logo is done at init time (see init.cpp) just before addSearchPath (second one)
|
|
|
|
// Display of nevrax logo is done at init time (see init.cpp) just before addSearchPath (second one)
|
|
|
|
#if 0
|
|
|
|
|
|
|
|
for (uint i = 0; i < 1; i++) // previously display nevrax then nvidia
|
|
|
|
for (uint i = 0; i < 1; i++) // previously display nevrax then nvidia
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (i != 0)
|
|
|
|
if (i != 0)
|
|
|
@ -3339,7 +3338,6 @@ void loginIntro()
|
|
|
|
NLGUI::CDBManager::getInstance()->flushObserverCalls();
|
|
|
|
NLGUI::CDBManager::getInstance()->flushObserverCalls();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
beginLoading(StartBackground);
|
|
|
|
beginLoading(StartBackground);
|
|
|
|
ProgressBar.finish();
|
|
|
|
ProgressBar.finish();
|
|
|
|
}
|
|
|
|
}
|
|
|
|