Fixed missing break in offset handling for horizontal springs

This commit is contained in:
MascaraSnake 2019-12-24 13:01:17 +01:00
parent 04a56120d4
commit 0aa3c9b0a3
1 changed files with 1 additions and 0 deletions

View File

@ -11603,6 +11603,7 @@ static fixed_t P_GetMobjSpawnHeight(const mobjtype_t mobjtype, const mapthing_t*
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: