summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/World.cpp b/src/World.cpp
index bac529d4a..f2981bf84 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -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;
}
}