diff options
author | D G Turner | 2011-12-05 17:39:42 +0000 |
---|---|---|
committer | D G Turner | 2011-12-05 17:39:42 +0000 |
commit | f28c0480e1f9633280b580d3609e2d977fba4a3b (patch) | |
tree | b216d7a634bf2df5cf68604621e62c683adf8e09 /engines/dreamweb/dreamgen.h | |
parent | 78c0d0730214fe905042614b597801250a2eb188 (diff) | |
download | scummvm-rg350-f28c0480e1f9633280b580d3609e2d977fba4a3b.tar.gz scummvm-rg350-f28c0480e1f9633280b580d3609e2d977fba4a3b.tar.bz2 scummvm-rg350-f28c0480e1f9633280b580d3609e2d977fba4a3b.zip |
DREAMWEB: Remove now unused filenames from constant data segment.
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r-- | engines/dreamweb/dreamgen.h | 63 |
1 files changed, 28 insertions, 35 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index cbf65d3b54..83bbd21047 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -36,23 +36,23 @@ public: void __start(); #include "stubs.h" // Allow hand-reversed functions to have a signature different than void f() - static const uint16 offset_comlist = 0x052a; - static const uint16 offset_speechfile = 0x06b5; - static const uint16 offset_rootdir = 0x05de; - static const uint16 offset_money2poke = 0x05ff; - static const uint16 offset_decidelist = 0x0685; - static const uint16 offset_speechfilename = 0x06af; - static const uint16 offset_diarylist = 0x0602; - static const uint16 offset_openchangesize = 0x04b4; - static const uint16 offset_destlist = 0x04ec; - static const uint16 offset_operand1 = 0x05d0; - static const uint16 offset_talklist = 0x04b6; - static const uint16 offset_quitlist = 0x04d6; - static const uint16 offset_keys = 0x0566; - static const uint16 offset_discopslist = 0x0656; - static const uint16 offset_opslist = 0x062c; - static const uint16 offset_money1poke = 0x05fa; - static const uint16 offset_commandline = 0x06c2; + static const uint16 offset_opslist = 0x05d1; + static const uint16 offset_rootdir = 0x0583; + static const uint16 offset_operand1 = 0x0575; + static const uint16 offset_speechfile = 0x065a; + static const uint16 offset_commandline = 0x0667; + static const uint16 offset_keys = 0x050b; + static const uint16 offset_money1poke = 0x059f; + static const uint16 offset_openchangesize = 0x0459; + static const uint16 offset_money2poke = 0x05a4; + static const uint16 offset_talklist = 0x045b; + static const uint16 offset_discopslist = 0x05fb; + static const uint16 offset_quitlist = 0x047b; + static const uint16 offset_speechfilename = 0x0654; + static const uint16 offset_destlist = 0x0491; + static const uint16 offset_comlist = 0x04cf; + static const uint16 offset_diarylist = 0x05a7; + static const uint16 offset_decidelist = 0x062a; static const uint16 kStartvars = 0; static const uint16 kProgresspoints = 1; static const uint16 kWatchon = 2; @@ -436,24 +436,17 @@ public: static const uint16 kVolumetabname = 1061; static const uint16 kGungraphic = 1074; static const uint16 kMonkface = 1087; - static const uint16 kTitle0graphics = 1100; - static const uint16 kTitle1graphics = 1113; - static const uint16 kTitle2graphics = 1126; - static const uint16 kTitle3graphics = 1139; - static const uint16 kTitle4graphics = 1152; - static const uint16 kTitle5graphics = 1165; - static const uint16 kTitle6graphics = 1178; - static const uint16 kTitle7graphics = 1191; - static const uint16 kCurrentfile = 1516; - static const uint16 kRoomscango = 1827; - static const uint16 kRoompics = 1843; - static const uint16 kOplist = 1858; - static const uint16 kInputline = 1861; - static const uint16 kPresslist = 1989; - static const uint16 kSavenames = 1995; - static const uint16 kQuitrequested = 2114; - static const uint16 kSubtitles = 2115; - static const uint16 kForeignrelease = 2116; + static const uint16 kTitle7graphics = 1100; + static const uint16 kCurrentfile = 1425; + static const uint16 kRoomscango = 1736; + static const uint16 kRoompics = 1752; + static const uint16 kOplist = 1767; + static const uint16 kInputline = 1770; + static const uint16 kPresslist = 1898; + static const uint16 kSavenames = 1904; + static const uint16 kQuitrequested = 2023; + static const uint16 kSubtitles = 2024; + static const uint16 kForeignrelease = 2025; static const uint16 kBlocktextdat = (0); static const uint16 kPersonframes = (0); static const uint16 kDebuglevel1 = (0); |