diff options
author | Bertrand Augereau | 2011-12-04 19:23:10 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-12-04 19:23:10 +0100 |
commit | 66ee7fba707fccf4ba3ae2b577a1dae226757744 (patch) | |
tree | 2a7dcd2572d55303f3e61769b5c98a742de6cdc5 /engines | |
parent | b7f416b3d906d017eaac869cf5bb473fec43eab7 (diff) | |
download | scummvm-rg350-66ee7fba707fccf4ba3ae2b577a1dae226757744.tar.gz scummvm-rg350-66ee7fba707fccf4ba3ae2b577a1dae226757744.tar.bz2 scummvm-rg350-66ee7fba707fccf4ba3ae2b577a1dae226757744.zip |
DREAMWEB: Removed a useless opcode
Diffstat (limited to 'engines')
-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; |