mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Fixed missing break in offset handling for horizontal springs
This commit is contained in:
parent
464a476a54
commit
a4adb0d873
1 changed files with 1 additions and 0 deletions
|
|
@ -11618,6 +11618,7 @@ static fixed_t P_GetMapThingSpawnHeight(const mobjtype_t mobjtype, const mapthin
|
||||||
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…
Add table
Reference in a new issue