From 4372c3d05e3a1f3775fb7b54ddade06d96b5507c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 18 Jan 2019 12:03:10 +0200 Subject: SCI32: Fix spacing --- engines/sci/engine/script_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index e0890f95bf..29693c3862 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -9643,7 +9643,7 @@ static const uint16 qfg4DungeonGatePatch[] = { 0x34, PATCH_UINT16(0x0000), // ldi 0 (erase the Dungeon arg) PATCH_ADDTOOFFSET(+9), // ... 0x46, PATCH_UINT16(0xfde7), PATCH_UINT16(0x0005), PATCH_UINT16(0x0008), // calle 8d (proc64999_5(...)) - PATCH_END + PATCH_END }; // In the room (644) attached to the lower door of the bat-infested stairway, -- cgit v1.2.3