diff options
author | Filippos Karapetis | 2018-10-23 00:23:25 +0300 |
---|---|---|
committer | Filippos Karapetis | 2018-10-23 00:23:25 +0300 |
commit | 602b7d816c8a117f22d9e92941d16ab60b56557a (patch) | |
tree | ea01c9c0bef241f490270e2c958bdb2ab6beaf60 | |
parent | ced47b44eae3307ee9e84299833b275b5b122fca (diff) | |
download | scummvm-rg350-602b7d816c8a117f22d9e92941d16ab60b56557a.tar.gz scummvm-rg350-602b7d816c8a117f22d9e92941d16ab60b56557a.tar.bz2 scummvm-rg350-602b7d816c8a117f22d9e92941d16ab60b56557a.zip |
SCI: Fix spacing
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 7bc44f8778..97564b840e 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -3469,14 +3469,14 @@ static const uint16 laurabow1PatchTellLillyAboutGertieBlockingFix2[] = { PATCH_END }; -// script, description, signature patch +// script, description, signature patch static const SciScriptPatcherEntry laurabow1Signatures[] = { { true, 4, "easter egg view fix", 1, laurabow1SignatureEasterEggViewFix, laurabow1PatchEasterEggViewFix }, { true, 37, "armor open visor fix", 1, laurabow1SignatureArmorOpenVisorFix, laurabow1PatchArmorOpenVisorFix }, { true, 37, "armor move to fix", 2, laurabow1SignatureArmorMoveToFix, laurabow1PatchArmorMoveToFix }, { true, 37, "allowing input, after oiling arm", 1, laurabow1SignatureArmorOilingArmFix, laurabow1PatchArmorOilingArmFix }, { true, 44, "lillian bed fix", 1, laurabow1SignatureLillianBedFix, laurabow1PatchLillianBedFix }, - { true, 58, "chapel candles persistence", 1, laurabow1SignatureChapelCandlesPersistence, laurabow1PatchChapelCandlesPersistence }, + { true, 58, "chapel candles persistence", 1, laurabow1SignatureChapelCandlesPersistence, laurabow1PatchChapelCandlesPersistence }, { true, 236, "tell Lilly about Gertie blocking fix 1/2", 1, laurabow1SignatureTellLillyAboutGerieBlockingFix1, laurabow1PatchTellLillyAboutGertieBlockingFix1 }, { true, 236, "tell Lilly about Gertie blocking fix 2/2", 1, laurabow1SignatureTellLillyAboutGerieBlockingFix2, laurabow1PatchTellLillyAboutGertieBlockingFix2 }, SCI_SIGNATUREENTRY_TERMINATOR |