aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-27 01:50:15 +0100
committerWillem Jan Palenstijn2011-12-27 02:03:17 +0100
commit5dd3e1f6dc0ba3b81b7c32bb0edab734925e7ca5 (patch)
tree29ae7296560711f30efe087ad1bda98874c496ca /engines/dreamweb
parent3ff26ba84fd298886c6515407c61751984e05f68 (diff)
downloadscummvm-rg350-5dd3e1f6dc0ba3b81b7c32bb0edab734925e7ca5.tar.gz
scummvm-rg350-5dd3e1f6dc0ba3b81b7c32bb0edab734925e7ca5.tar.bz2
scummvm-rg350-5dd3e1f6dc0ba3b81b7c32bb0edab734925e7ca5.zip
DREAMWEB: Remove more unused data from blob
Diffstat (limited to 'engines/dreamweb')
-rw-r--r--engines/dreamweb/dreamgen.cpp12
-rw-r--r--engines/dreamweb/dreamgen.h7
2 files changed, 4 insertions, 15 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index 28d196bdbb..37ef12efa8 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -75,17 +75,7 @@ void DreamGenContext::__start() {
//0x0150: .... .... .... ....
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
//0x0160: .... .... .... ....
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0xff, 0x00, 0x44, 0x52, 0x45, 0x41, 0x4d,
- //0x0170: .... .... ...D REAM
- 0x57, 0x45, 0x42, 0x2e, 0x56, 0x39, 0x39, 0x00, 0x0d, 0x0a, 0x0d, 0x0a, 0x24, 0x10, 0x12, 0x12,
- //0x0180: WEB. V99. .... $...
- 0x11, 0x10, 0x10, 0x10, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02,
- //0x0190: .... .... .... ....
- 0x02, 0x02, 0x02, 0x02, 0x02, 0x44, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- //0x01a0: .... .D:. .... ....
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- //0x01b0: .... .... .... ....
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, };
ds.assign(src, src + sizeof(src));
dreamweb();
}
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index 102b3822ca..28a40187f7 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -307,10 +307,9 @@ static const uint16 kCh1playing = 374;
static const uint16 kCh1blockstocopy = 375;
static const uint16 kCurrentsample = 377;
static const uint16 kRoomssample = 378;
-static const uint16 kBasicsample = 379;
-static const uint16 kQuitrequested = 453;
-static const uint16 kSubtitles = 454;
-static const uint16 kForeignrelease = 455;
+static const uint16 kQuitrequested = 379;
+static const uint16 kSubtitles = 380;
+static const uint16 kForeignrelease = 381;
static const uint16 kBlocktextdat = (0);
static const uint16 kPersonframes = (0);
static const uint16 kDebuglevel1 = (0);