LOG: Reset _startOfLine when opening a new log file
svn-id: r54452
This commit is contained in:
parent
d93698fc1c
commit
fbd1ae7eb6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ void Log::open(Common::WriteStream *stream) {
|
||||||
print(gScummVMFeatures);
|
print(gScummVMFeatures);
|
||||||
print("\n");
|
print("\n");
|
||||||
print("--- Log opened.\n");
|
print("--- Log opened.\n");
|
||||||
|
_startOfLine = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Log::close() {
|
void Log::close() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue