Fixed missing break in offset handling for horizontal springs

This commit is contained in:
MascaraSnake 2019-12-24 12:58:12 +01:00
parent a57f903933
commit 13eb71e1ee
1 changed files with 1 additions and 0 deletions

View File

@ -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: