LOG: Reset _startOfLine when opening a new log file

svn-id: r54452
This commit is contained in:
Max Horn 2010-11-24 09:39:47 +00:00
parent d93698fc1c
commit fbd1ae7eb6

View file

@ -52,6 +52,7 @@ void Log::open(Common::WriteStream *stream) {
print(gScummVMFeatures);
print("\n");
print("--- Log opened.\n");
_startOfLine = true;
}
void Log::close() {