aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/moonbase/ai_targetacquisition.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/he/moonbase/ai_targetacquisition.cpp b/engines/scumm/he/moonbase/ai_targetacquisition.cpp
index a6a4e8e663..53acffa00f 100644
--- a/engines/scumm/he/moonbase/ai_targetacquisition.cpp
+++ b/engines/scumm/he/moonbase/ai_targetacquisition.cpp
@@ -261,7 +261,8 @@ float Sortie::calcH() {
if ((*i)->getState() == DUS_ON) {
switch ((*i)->getType()) {
case DUT_ANTI_AIR:
- retValue += 1;
+ retValue += 1; // Is it bug in the original? Fixing it may break replay compatibility
+ // fall through
case DUT_MINE:
retValue += 1;