aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/norad/subplatform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/norad/subplatform.cpp')
-rw-r--r--engines/pegasus/neighborhood/norad/subplatform.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pegasus/neighborhood/norad/subplatform.cpp b/engines/pegasus/neighborhood/norad/subplatform.cpp
index 34836e3dbb..16b8ad658e 100644
--- a/engines/pegasus/neighborhood/norad/subplatform.cpp
+++ b/engines/pegasus/neighborhood/norad/subplatform.cpp
@@ -127,6 +127,7 @@ void SubPlatform::receiveNotification(Notification *notification, const Notifica
break;
case kSubDamaged:
// Shouldn't happen.
+ default:
break;
}
break;
@@ -161,6 +162,8 @@ void SubPlatform::receiveNotification(Notification *notification, const Notifica
_stateBits |= kWaitingForPlayerBit;
allowInput(true);
break;
+ default:
+ break;
}
} else if (notification == _neighborhoodNotification) {
allowInput(true);