1
0

Improved code

* Fixed some issues
* Fixed standard violation
This commit is contained in:
Tiger Wang
2014-01-31 00:04:57 +00:00
parent 7d03876a3e
commit d8aa0b0ec7
4 changed files with 19 additions and 13 deletions

View File

@@ -111,6 +111,7 @@ protected:
cSleep::MilliSleep(100);
if (m_ShouldTerminate)
{
LOGREPLACELINE("World successfully loaded!");
return;
}
}
@@ -161,6 +162,7 @@ protected:
cSleep::MilliSleep(100);
if (m_ShouldTerminate)
{
LOGREPLACELINE("Lighting successful!");
return;
}
}