Changes between Initial Version and Version 1 of Ticket #13378, comment 12


Ignore:
Timestamp:
03/31/22 13:16:27 (2 years ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13378, comment 12

    initial v1  
    4141                // Unlike the PC version, the Macintosh version of Loom appears
    4242diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
    43 index 84c98944ba1..9ee00a92c7c 100644
     43index 84c98944ba1..a3e15eb1316 100644
    4444--- a/engines/scumm/string.cpp
    4545+++ b/engines/scumm/string.cpp
    46 @@ -72,6 +72,24 @@ void ScummEngine::printString(int m, const byte *msg) {
     46@@ -72,6 +72,22 @@ void ScummEngine::printString(int m, const byte *msg) {
    4747                        return;
    4848                }
     
    6464+               }
    6565+
    66 +
    67 +
    6866                actorTalk(msg);
    6967                break;
    7068        case 1:
    71 @@ -354,6 +372,44 @@ bool ScummEngine::handleNextCharsetCode(Actor *a, int *code) {
     69@@ -354,6 +370,44 @@ bool ScummEngine::handleNextCharsetCode(Actor *a, int *code) {
    7270                        _keepText = false;
    7371                        _msgCount = 0;