[Scummvm-git-logs] scummvm master -> 4372c3d05e3a1f3775fb7b54ddade06d96b5507c

bluegr bluegr at gmail.com
Fri Jan 18 11:03:13 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4372c3d05e SCI32: Fix spacing


Commit: 4372c3d05e3a1f3775fb7b54ddade06d96b5507c
    https://github.com/scummvm/scummvm/commit/4372c3d05e3a1f3775fb7b54ddade06d96b5507c
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2019-01-18T12:03:10+02:00

Commit Message:
SCI32: Fix spacing

Changed paths:
    engines/sci/engine/script_patches.cpp


diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index e0890f9..29693c3 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,





More information about the Scummvm-git-logs mailing list