diff options
-rw-r--r-- | backends/log/log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/log/log.cpp b/backends/log/log.cpp index e7fb924189..3ba1d67b16 100644 --- a/backends/log/log.cpp +++ b/backends/log/log.cpp @@ -52,6 +52,7 @@ void Log::open(Common::WriteStream *stream) { print(gScummVMFeatures); print("\n"); print("--- Log opened.\n"); + _startOfLine = true; } void Log::close() { |