aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBertrand Augereau2011-08-16 04:55:20 +0200
committerBertrand Augereau2011-08-16 04:55:20 +0200
commit63e436d723fb4d53d52b892af74a5ca9b8c2535d (patch)
tree9fb3c5dd9792c9643dbd7cdcd3040f0849f7c3f3 /engines
parent5783a303b90255be3d8d8b354c7bdb2c10a7e46f (diff)
downloadscummvm-rg350-63e436d723fb4d53d52b892af74a5ca9b8c2535d.tar.gz
scummvm-rg350-63e436d723fb4d53d52b892af74a5ca9b8c2535d.tar.bz2
scummvm-rg350-63e436d723fb4d53d52b892af74a5ca9b8c2535d.zip
DREAMWEB: Bugfix (introduced with porting)
Diffstat (limited to 'engines')
-rw-r--r--engines/dreamweb/stubs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index c7c78e3aa2..2ea9779135 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -879,6 +879,7 @@ void DreamGenContext::dealwithspecial(uint8 firstParam, uint8 secondParam) {
} else if (type == 6) {
data.byte(kNewlocation) = secondParam;
} else {
+ ah = secondParam;
movemap();
}
}