diff options
Diffstat (limited to 'engines/sci/engine/script_patches.cpp')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index bf08f174b5..9466cd87c2 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -3487,7 +3487,7 @@ static const SciScriptPatcherEntry lighthouseSignatures[] = { // The procedure expects a letter arg and returns no value, so the first call // takes its letter and feeds an undefined value to the second call. Thus the // kStrCat() within the procedure reads a random pointer and crashes. -// +// // We patch all of the 5 doubled local calls (one for each letter typed from // "R", "O", "B", "I", "N") to be the same as the English version. // Applies to at least: German floppy |