[Scummvm-cvs-logs] scummvm-tools master -> 34dec1a2c0e2632beb29ce0f6e75ebc2ee0726ce

DrMcCoy drmccoy at drmccoy.de
Wed Sep 14 21:31:10 CEST 2011


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:
34dec1a2c0 TOOLS: Fix Geisha's "GobFunc" lookup table


Commit: 34dec1a2c0e2632beb29ce0f6e75ebc2ee0726ce
    https://github.com/scummvm/scummvm-tools/commit/34dec1a2c0e2632beb29ce0f6e75ebc2ee0726ce
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-09-14T12:29:39-07:00

Commit Message:
TOOLS: Fix Geisha's "GobFunc" lookup table

Changed paths:
    engines/gob/degob_script_geisha.cpp



diff --git a/engines/gob/degob_script_geisha.cpp b/engines/gob/degob_script_geisha.cpp
index efdc618..5282555 100644
--- a/engines/gob/degob_script_geisha.cpp
+++ b/engines/gob/degob_script_geisha.cpp
@@ -29,78 +29,14 @@
 #define OPCODEB(x) _OPCODEB(Script_Geisha, x)
 
 const int Script_Geisha::_goblinFuncLookUp[][2] = {
-	{1, 0},
-	{2, 1},
-	{3, 2},
-	{4, 3},
-	{5, 4},
-	{6, 5},
-	{7, 6},
-	{8, 7},
-	{9, 8},
-	{10, 9},
-	{12, 10},
-	{13, 11},
-	{14, 12},
-	{15, 13},
-	{16, 14},
-	{21, 15},
-	{22, 16},
-	{23, 17},
-	{24, 18},
-	{25, 19},
-	{26, 20},
-	{27, 21},
-	{28, 22},
-	{29, 23},
-	{30, 24},
-	{32, 25},
-	{33, 26},
-	{34, 27},
-	{35, 28},
-	{36, 29},
-	{37, 30},
-	{40, 31},
-	{41, 32},
-	{42, 33},
-	{43, 34},
-	{44, 35},
-	{50, 36},
-	{52, 37},
-	{53, 38},
-	{150, 39},
-	{152, 40},
-	{200, 41},
-	{201, 42},
-	{202, 43},
-	{203, 44},
-	{204, 45},
-	{250, 46},
-	{251, 47},
-	{252, 48},
-	{500, 49},
-	{502, 50},
-	{503, 51},
-	{600, 52},
-	{601, 53},
-	{602, 54},
-	{603, 55},
-	{604, 56},
-	{605, 57},
-	{1000, 58},
-	{1001, 59},
-	{1002, 60},
-	{1003, 61},
-	{1004, 62},
-	{1005, 63},
-	{1006, 64},
-	{1008, 65},
-	{1009, 66},
-	{1010, 67},
-	{1011, 68},
-	{1015, 69},
-	{2005, 70},
-	{39, 71}
+	{0, 0},
+	{1, 1},
+	{2, 2},
+	{3, 3},
+	{4, 4},
+	{5, 5},
+	{6, 6},
+	{7, 7}
 };
 
 Script_Geisha::Script_Geisha(byte *totData, uint32 totSize, ExtTable *extTable) :






More information about the Scummvm-git-logs mailing list