[Scummvm-git-logs] scummvm master -> a394d2da2fab42e804d72225fb0b625f4c6c4933

sev- sev at scummvm.org
Sat Feb 15 15:11:04 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a394d2da2f DIRECTOR: LINGO: Debug print before string fix


Commit: a394d2da2fab42e804d72225fb0b625f4c6c4933
    https://github.com/scummvm/scummvm/commit/a394d2da2fab42e804d72225fb0b625f4c6c4933
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-02-15T16:11:00+01:00

Commit Message:
DIRECTOR: LINGO: Debug print before string fix

Changed paths:
    engines/director/lingo/lingo-codegen.cpp


diff --git a/engines/director/lingo/lingo-codegen.cpp b/engines/director/lingo/lingo-codegen.cpp
index 537b61a..27b0a25 100644
--- a/engines/director/lingo/lingo-codegen.cpp
+++ b/engines/director/lingo/lingo-codegen.cpp
@@ -63,7 +63,7 @@ void Lingo::execute(uint pc) {
 			printStack("Stack before: ", current);
 
 		if (debugChannelSet(9, kDebugLingoExec)) {
-			debug("Vars after");
+			debug("Vars before");
 			printAllVars();
 		}
 




More information about the Scummvm-git-logs mailing list