[Scummvm-git-logs] scummvm master -> d580b64c6e23114310511c8a4c1b9fb1a939e806

wjp wjp at usecode.org
Fri Sep 30 09:20:13 CEST 2016


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:
d580b64c6e SCI32: Fix build


Commit: d580b64c6e23114310511c8a4c1b9fb1a939e806
    https://github.com/scummvm/scummvm/commit/d580b64c6e23114310511c8a4c1b9fb1a939e806
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2016-09-30T09:19:59+02:00

Commit Message:
SCI32: Fix build

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 6101147..c7f2e08 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -1721,7 +1721,7 @@ static const SciScriptPatcherEntry kq6Signatures[] = {
 
 #ifdef ENABLE_SCI32
 #pragma mark -
-#pragma mark King's Quest 7
+#pragma mark Kings Quest 7
 
 // ===========================================================================
 
@@ -4569,7 +4569,7 @@ static const SciScriptPatcherEntry sq6Signatures[] = {
 };
 
 #pragma mark -
-#pragma mark Torin's Passage
+#pragma mark Torins Passage
 
 // Torin initializes the inventory with an int16 array, which happens to work
 // in SSCI because object references are int16s, but in ScummVM object





More information about the Scummvm-git-logs mailing list