diff options
author | Filippos Karapetis | 2011-12-06 17:13:51 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-12-06 17:13:51 +0200 |
commit | 6002e1a7ab64dab430449291c41159ae86a1d88b (patch) | |
tree | e24d355d914af49f4ff220e6a43c0b8a141321bb /engines/dreamweb | |
parent | b273726df14e07d02860bc264b8e7150f3b01324 (diff) | |
download | scummvm-rg350-6002e1a7ab64dab430449291c41159ae86a1d88b.tar.gz scummvm-rg350-6002e1a7ab64dab430449291c41159ae86a1d88b.tar.bz2 scummvm-rg350-6002e1a7ab64dab430449291c41159ae86a1d88b.zip |
DREAMWEB: Fixed delEverything() (thanks tramboi)
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 313fec62a4..ea39e00cc4 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -3614,7 +3614,7 @@ void DreamGenContext::obsThatDoThings() { } void DreamGenContext::delEverything() { - if (data.byte(kMapysize) + data.word(kMapoffsety) == 182) { + if (data.byte(kMapysize) + data.word(kMapoffsety) < 182) { mapToPanel(); } else { // Big room |