mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Merge branch 'horizontalspring-oops' into 'next'
Fixed missing break in offset handling for horizontal springs See merge request STJr/SRB2!571
This commit is contained in:
commit
7ad5931f71
1 changed files with 1 additions and 0 deletions
|
@ -11603,6 +11603,7 @@ static fixed_t P_GetMobjSpawnHeight(const mobjtype_t mobjtype, const mapthing_t*
|
||||||
case MT_REDHORIZ:
|
case MT_REDHORIZ:
|
||||||
case MT_BLUEHORIZ:
|
case MT_BLUEHORIZ:
|
||||||
offset += mthing->options & MTF_AMBUSH ? 16*FRACUNIT : 0;
|
offset += mthing->options & MTF_AMBUSH ? 16*FRACUNIT : 0;
|
||||||
|
break;
|
||||||
|
|
||||||
// Ring-like items, may float additional units with MTF_AMBUSH.
|
// Ring-like items, may float additional units with MTF_AMBUSH.
|
||||||
case MT_SPIKEBALL:
|
case MT_SPIKEBALL:
|
||||||
|
|
Loading…
Reference in a new issue