[Scummvm-git-logs] scummvm master -> 91f315271a71e0ba278d8943509ea00c86749d8e
ysj1173886760
42030331+ysj1173886760 at users.noreply.github.com
Wed Aug 4 01:23:39 UTC 2021
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:
91f315271a DIRECTOR: fix c2.lingo in director test
Commit: 91f315271a71e0ba278d8943509ea00c86749d8e
https://github.com/scummvm/scummvm/commit/91f315271a71e0ba278d8943509ea00c86749d8e
Author: ysj1173886760 (1173886760 at qq.com)
Date: 2021-08-04T09:23:17+08:00
Commit Message:
DIRECTOR: fix c2.lingo in director test
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 c785dc69ba..8b36bf7a2f 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 A16 <> the text of cast A17 then Â
- set the text of cast A16 = the text of cast A17
+ if the text of cast 1 <> the text of cast 2 then Â
+ set the text of cast 1 = the text of cast 2
-if the text of cast A16 <> the text of cast A17 then Â
-set the text of cast A16 = the text of cast A17
+if the text of cast 1 <> the text of cast 2 then Â
+set the text of cast 1 = the text of cast 2
set the selStart to Â
0
@@ -16,8 +16,8 @@ set the selStart to
the continuationÂ
of previous line
- if the castNum of sprite 1 > the number of cast "StarLast" then set the castNum of sprite 1 to the number of Â
- cast "StarFirst"
+ if the castNum of sprite 1 > the number of cast 2 then set the castNum of sprite 1 to the number of Â
+ cast 1
put "HelloÂ
World!"
More information about the Scummvm-git-logs
mailing list