[Scummvm-git-logs] scummvm master -> 81defa74966c59a1463ba791bf8c6f7e87c80f0c

sev- sev at scummvm.org
Sun Nov 26 11:24:20 CET 2017


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:
81defa7496 NEVERHOOD: fix late game notes crash in DR


Commit: 81defa74966c59a1463ba791bf8c6f7e87c80f0c
    https://github.com/scummvm/scummvm/commit/81defa74966c59a1463ba791bf8c6f7e87c80f0c
Author: Ivan Avdeev (me at w23.ru)
Date: 2017-11-26T11:24:17+01:00

Commit Message:
NEVERHOOD: fix late game notes crash in DR

After player gets to the castle using a robot, Willie's notes
become red "Windows'" (in DR Russian version) notes. One of the notes
requires patching.

Changed paths:
    engines/neverhood/resourceman.cpp


diff --git a/engines/neverhood/resourceman.cpp b/engines/neverhood/resourceman.cpp
index bd1df4c..6ab3222 100644
--- a/engines/neverhood/resourceman.cpp
+++ b/engines/neverhood/resourceman.cpp
@@ -116,6 +116,7 @@ static const EntrySizeFix entrySizeFixes[] = {
 	{ 0x000098880, 39603114,   3028,  10860,   4762 },  // Next walls in the museum
 	{ 0x040080183, 39600259,   2855,  13400,   4305 },  // Next walls in the museum
 	{ 0x004290188, 39580567,   7297,  27131,  12322 },  // Next walls in the museum
+	{ 0x0283CE401, 12795150,  18499,  36658,  29166 },  // Late-game notes
 
 	// Fixes for the Russian "Fargus" version
 	{ 0x041137051,   758264,  29037,  49590,  49591 },	// "Options" menu header text





More information about the Scummvm-git-logs mailing list