Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
3af6b61431
commit
55ed902a27
3 changed files with 2 additions and 6 deletions
|
@ -61,15 +61,11 @@ bool CNELU::initDriver (uint w, uint h, uint bpp, bool windowed, nlWindow syst
|
|||
CNELU::Driver= CDRU::createD3DDriver();
|
||||
}
|
||||
else
|
||||
#endif // NL_OS_WINDOWS
|
||||
{
|
||||
CNELU::Driver= CDRU::createGlDriver();
|
||||
}
|
||||
#else // NL_OS_WINDOWS
|
||||
|
||||
CNELU::Driver= CDRU::createGlDriver();
|
||||
//CNELU::Driver= CDRU::createD3DDriver();
|
||||
|
||||
#endif // NL_OS_WINDOWS
|
||||
if (!CNELU::Driver->init())
|
||||
{
|
||||
nlwarning ("CNELU::initDriver: init() failed");
|
||||
|
|
|
@ -48,7 +48,6 @@ uint32 CIFile::_ReadingFromFile = 0;
|
|||
uint32 CIFile::_FileOpened = 0;
|
||||
uint32 CIFile::_FileRead = 0;
|
||||
CSynchronized<std::deque<std::string> > CIFile::_OpenedFiles("");
|
||||
// = CSynchronized<std::deque<std::string> >("");
|
||||
|
||||
// ======================================================================================================
|
||||
CIFile::CIFile() : IStream(true)
|
||||
|
|
|
@ -377,6 +377,7 @@ void CLoginStateMachine::run()
|
|||
{
|
||||
mustReboot = CPatchManager::getInstance()->mustLaunchBatFile();
|
||||
}
|
||||
|
||||
if (mustReboot)
|
||||
{
|
||||
// skip eula and show reboot screen
|
||||
|
|
Loading…
Reference in a new issue