diff options
-rw-r--r-- | engines/dreamweb/people.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/dreamweb/people.cpp b/engines/dreamweb/people.cpp index 04b5db1f93..4c7f9dd7a0 100644 --- a/engines/dreamweb/people.cpp +++ b/engines/dreamweb/people.cpp @@ -356,7 +356,6 @@ void DreamGenContext::manAsleep(ReelRoutine &routine) { void DreamGenContext::drunk(ReelRoutine &routine) { - _cmp(data.byte(kGeneraldead), 0); if (data.byte(kGeneraldead)) return; routine.b7 &= 127; |