diff --git a/src/p_mobj.c b/src/p_mobj.c
index 866ffaf70b90ebfd3c2067eadd0d47c29c68331d..13f75b94a9c9902c90f0b51d1728f7591c0b975a 100644
--- a/src/p_mobj.c
+++ b/src/p_mobj.c
@@ -11618,6 +11618,7 @@ static fixed_t P_GetMapThingSpawnHeight(const mobjtype_t mobjtype, const mapthin
 	case MT_REDHORIZ:
 	case MT_BLUEHORIZ:
 		offset += mthing->options & MTF_AMBUSH ? 16*FRACUNIT : 0;
+		break;
 
 	// Ring-like items, may float additional units with MTF_AMBUSH.
 	case MT_SPIKEBALL: