Changes between Initial Version and Version 1 of Ticket #13378, comment 12
- Timestamp:
- Mar 31, 2022, 1:16:27 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13378, comment 12
initial v1 41 41 // Unlike the PC version, the Macintosh version of Loom appears 42 42 diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp 43 index 84c98944ba1.. 9ee00a92c7c10064443 index 84c98944ba1..a3e15eb1316 100644 44 44 --- a/engines/scumm/string.cpp 45 45 +++ b/engines/scumm/string.cpp 46 @@ -72,6 +72,2 4@@ void ScummEngine::printString(int m, const byte *msg) {46 @@ -72,6 +72,22 @@ void ScummEngine::printString(int m, const byte *msg) { 47 47 return; 48 48 } … … 64 64 + } 65 65 + 66 +67 +68 66 actorTalk(msg); 69 67 break; 70 68 case 1: 71 @@ -354,6 +37 2,44 @@ bool ScummEngine::handleNextCharsetCode(Actor *a, int *code) {69 @@ -354,6 +370,44 @@ bool ScummEngine::handleNextCharsetCode(Actor *a, int *code) { 72 70 _keepText = false; 73 71 _msgCount = 0;