1
0

Revert "Improved code"

This reverts commit d8aa0b0ec7.
This commit is contained in:
Tiger Wang
2014-02-02 20:10:23 +00:00
parent f4c25ac445
commit 6ef5c057aa
4 changed files with 13 additions and 19 deletions

View File

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