diff options
-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 5ee90dd4be..24c9378bd3 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -3514,7 +3514,7 @@ static const uint16 gk2FrauMillerLockupPatch[] = { // the Black Wolf, which is necessary to complete the chapter. // // We fix this as Sierra did by adding a flag 218 test so that the police -// station doesn't close before Leber has been asked the Black Wolf. +// station doesn't close before Leber has been asked about the Black Wolf. // // Applies to: English PC 1.0 // Responsible method: rm3210:dispose |