aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.h
diff options
context:
space:
mode:
authorVladimir Menshakov2011-06-13 15:22:14 +0400
committerAlyssa Milburn2011-06-15 17:34:43 +0200
commit49e7c7a7355b78a3dc4e0aae120a95dba9600bbf (patch)
tree91a5ea2803e5905a697799cfd9fa2d04a8a47fcd /engines/dreamweb/dreamgen.h
parentf46a889e6df85a9046a7468ce7acc0c4c34bf1e4 (diff)
downloadscummvm-rg350-49e7c7a7355b78a3dc4e0aae120a95dba9600bbf.tar.gz
scummvm-rg350-49e7c7a7355b78a3dc4e0aae120a95dba9600bbf.tar.bz2
scummvm-rg350-49e7c7a7355b78a3dc4e0aae120a95dba9600bbf.zip
DREAMWEB: fixed occasional stripping of the strings in data segment
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r--engines/dreamweb/dreamgen.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index 621c0c2c8d..f97099d697 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -531,23 +531,23 @@ namespace dreamgen {
const static uint16 kTitle6graphics = 2455;
const static uint16 kTitle7graphics = 2468;
const static uint16 kPalettescreen = 2481;
- const static uint16 kCurrentfile = 2892;
- const static uint16 kDmaaddresses = 4945;
- const static uint16 kFileheader = 5862;
- const static uint16 kFiledata = 5912;
- const static uint16 kExtradata = 5952;
- const static uint16 kRoomdata = 5958;
- const static uint16 kMadeuproomdat = 7750;
- const static uint16 kRoomscango = 7782;
- const static uint16 kRoompics = 7798;
- const static uint16 kOplist = 7813;
- const static uint16 kInputline = 7816;
- const static uint16 kLinedata = 7944;
- const static uint16 kPresslist = 8344;
- const static uint16 kSavenames = 8350;
- const static uint16 kSavefiles = 8469;
- const static uint16 kRecname = 8560;
- const static uint16 kStak = 8573;
+ const static uint16 kCurrentfile = 2970;
+ const static uint16 kDmaaddresses = 5118;
+ const static uint16 kFileheader = 6059;
+ const static uint16 kFiledata = 6109;
+ const static uint16 kExtradata = 6149;
+ const static uint16 kRoomdata = 6155;
+ const static uint16 kMadeuproomdat = 7947;
+ const static uint16 kRoomscango = 7979;
+ const static uint16 kRoompics = 7995;
+ const static uint16 kOplist = 8010;
+ const static uint16 kInputline = 8013;
+ const static uint16 kLinedata = 8141;
+ const static uint16 kPresslist = 8541;
+ const static uint16 kSavenames = 8547;
+ const static uint16 kSavefiles = 8666;
+ const static uint16 kRecname = 8757;
+ const static uint16 kStak = 8770;
const static uint16 kBlocktextdat = (0);
const static uint16 kPersonframes = (0);
const static uint16 kDebuglevel1 = (0);
@@ -624,10 +624,10 @@ namespace dreamgen {
const static uint16 kOpsy = (52);
const static uint16 kSymboly = (56);
const static uint16 kInventy = (58);
- const static uint16 kHeaderlen = (5958-5862);
const static uint16 kMenuy = (60);
const static uint16 kOpsx = (60);
const static uint16 kMaplength = (60);
+ const static uint16 kHeaderlen = (6155-6059);
const static uint16 kSymbolx = (64);
const static uint16 kSetdatlen = (64*128);
const static uint16 kMapwidth = (66);