[Scummvm-cvs-logs] scummvm-tools master -> 3cbce4f2483dcdb576775282a89e1f7ddcfa7dc5

Kirben kirben at optusnet.com.au
Wed Jun 25 11:38:00 CEST 2014


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

Summary:
3cbce4f248 TOOLS: Correct error in getWizData opcode of descumm.


Commit: 3cbce4f2483dcdb576775282a89e1f7ddcfa7dc5
    https://github.com/scummvm/scummvm-tools/commit/3cbce4f2483dcdb576775282a89e1f7ddcfa7dc5
Author: Kirben (kirben at optusnet.com.au)
Date: 2014-06-25T19:37:47+10:00

Commit Message:
TOOLS: Correct error in getWizData opcode of descumm.

Changed paths:
    engines/scumm/descumm6.cpp



diff --git a/engines/scumm/descumm6.cpp b/engines/scumm/descumm6.cpp
index 0d4748c..45fc357 100644
--- a/engines/scumm/descumm6.cpp
+++ b/engines/scumm/descumm6.cpp
@@ -2437,7 +2437,7 @@ void next_line_HE_V100(char *output) {
 	case 0xBA:
 		ext(output, "rx" "getWizData\0"
 				"\x14pppp|pixelColor,"
-				"\x1App|imageCount,"
+				"\x1Ap|imageCount,"
 				"\x21pppp|isPixelNonTransparentnumber,"
 				"\x27pp|height,"
 				"\x36ppp|block,"
@@ -2986,7 +2986,7 @@ void next_line_HE_V72(char *output) {
 				"\x1Fpp|imageSpotY,"
 				"\x20pp|width,"
 				"\x21pp|height,"
-				"\x24pp|imageCount,"
+				"\x24p|imageCount,"
 				"\x2Dpppp|isPixelNonTransparentnumber,"
 				"\x42pppp|pixelColor,"
 				"\x82pppppp|histogram,"






More information about the Scummvm-git-logs mailing list