aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb
diff options
context:
space:
mode:
authorVladimir2011-06-07 00:58:18 +0400
committerAlyssa Milburn2011-06-15 17:30:39 +0200
commita0e56d9cad9148ae2c6fb5d616bc15c47de79e77 (patch)
tree8d8b97e10ee203353a9f6db9018485152cb8fcf2 /engines/dreamweb
parent61fe610c730ec3488e98b26d5a01e66526d33e85 (diff)
downloadscummvm-rg350-a0e56d9cad9148ae2c6fb5d616bc15c47de79e77.tar.gz
scummvm-rg350-a0e56d9cad9148ae2c6fb5d616bc15c47de79e77.tar.bz2
scummvm-rg350-a0e56d9cad9148ae2c6fb5d616bc15c47de79e77.zip
DREAMWEB: minor cleanup
Diffstat (limited to 'engines/dreamweb')
-rw-r--r--engines/dreamweb/dreamgen.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index 3ec12c1363..cb94596a49 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -21427,7 +21427,9 @@ void __start(Context &context) {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
- context.ds.assign(src, src + sizeof(src)); dreamweb(context); }
+ context.ds.assign(src, src + sizeof(src));
+dreamweb(context);
+}
void __dispatch_call(Context &context, unsigned addr) {
switch(addr) {