diff options
author | Paul Gilbert | 2016-06-07 20:12:12 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-15 19:20:53 -0400 |
commit | e9c3d180cd245fd25fb0f234e55e30ea864634ce (patch) | |
tree | 34d4ffd2381cdb50dc05e030288dc8846cbd653e /devtools/create_titanic | |
parent | 31f8f1fbaff7ef0aa68914307fed209d278751d3 (diff) | |
download | scummvm-rg350-e9c3d180cd245fd25fb0f234e55e30ea864634ce.tar.gz scummvm-rg350-e9c3d180cd245fd25fb0f234e55e30ea864634ce.tar.bz2 scummvm-rg350-e9c3d180cd245fd25fb0f234e55e30ea864634ce.zip |
DEVTOOLS: Fixes for range data generation in create_titanic
Diffstat (limited to 'devtools/create_titanic')
-rw-r--r-- | devtools/create_titanic/create_titanic_dat.cpp | 2 | ||||
-rw-r--r-- | devtools/create_titanic/script_ranges.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp index 506aaaec70..b5a8e46da4 100644 --- a/devtools/create_titanic/create_titanic_dat.cpp +++ b/devtools/create_titanic/create_titanic_dat.cpp @@ -51,7 +51,7 @@ */ #define VERSION_NUMBER 1 -#define HEADER_SIZE 0x400 +#define HEADER_SIZE 0x420 Common::File inputFile, outputFile; Common::PEResources res; diff --git a/devtools/create_titanic/script_ranges.cpp b/devtools/create_titanic/script_ranges.cpp index ce2d1b8728..834b0f5648 100644 --- a/devtools/create_titanic/script_ranges.cpp +++ b/devtools/create_titanic/script_ranges.cpp @@ -719,8 +719,8 @@ const uint LIFTBOT_RANGE38[] = { 210413, 210799, 210800, 210801, 210802, 210888, const uint LIFTBOT_RANGE39[] = { 210682, 210684, 210028, 210034, 210683, 210039, 210685, 210044, 210049, 210686, 210054, 0 }; -#define LIFTBOT_RANGE_COUNT 40 -const ScriptRange LIFTBOT_RANGES[40] = { +#define LIFTBOT_RANGE_COUNT 39 +const ScriptRange LIFTBOT_RANGES[39] = { { 210033, LIFTBOT_RANGE1, false, false }, { 210321, LIFTBOT_RANGE2, true, false }, { 210580, LIFTBOT_RANGE3, true, false }, |