diff options
| -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 | 
