diff options
| author | sluicebox | 2019-12-30 20:53:57 -0800 |
|---|---|---|
| committer | sluicebox | 2019-12-30 20:53:57 -0800 |
| commit | 6250d722aaf8d273eb7b47bd594aa90e1c123142 (patch) | |
| tree | dd2267b47798bd341040e43332098d5974f4ad2b | |
| parent | 5328b7401b820efeae71ed65a2f04dc139622342 (diff) | |
| download | scummvm-rg350-6250d722aaf8d273eb7b47bd594aa90e1c123142.tar.gz scummvm-rg350-6250d722aaf8d273eb7b47bd594aa90e1c123142.tar.bz2 scummvm-rg350-6250d722aaf8d273eb7b47bd594aa90e1c123142.zip | |
SCI32: Fix GK2 patch comment
| -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 |
