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

sev- noreply at scummvm.org
Mon Jun 6 07:43:32 UTC 2022


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:
df5e4c5c0a DIRECTOR: LINGO: Fix c2.lingo test


Commit: df5e4c5c0a499396ec48eb0ed95f8a81352895ef
    https://github.com/scummvm/scummvm/commit/df5e4c5c0a499396ec48eb0ed95f8a81352895ef
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-06-06T09:43:13+02:00

Commit Message:
DIRECTOR: LINGO: Fix c2.lingo test

Since we implemented assigning text casts, now the test code
suddenly started to try to do something and crash.

Changed paths:
    engines/director/lingo/tests/c2.lingo


diff --git a/engines/director/lingo/tests/c2.lingo b/engines/director/lingo/tests/c2.lingo
index 8b36bf7a2f6..4a725532ff0 100644
--- a/engines/director/lingo/tests/c2.lingo
+++ b/engines/director/lingo/tests/c2.lingo
@@ -1,10 +1,10 @@
 -- This file is binary. Watch for 0xC2 symbol at the line ends
 
     if the text of cast 1 <> the text of cast 2 then Â
-    set the text of cast 1 = the text of cast 2
+    put "Hello"
 
 if the text of cast 1 <> the text of cast 2 then Â
-set the text of cast 1 = the text of cast 2
+put "Goodbye"
 
 set the selStart to Â
 	0




More information about the Scummvm-git-logs mailing list