From 6002e1a7ab64dab430449291c41159ae86a1d88b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 6 Dec 2011 17:13:51 +0200 Subject: DREAMWEB: Fixed delEverything() (thanks tramboi) --- engines/dreamweb/stubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb') 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 -- cgit v1.2.3