mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix bad shrink position
This commit is contained in:
parent
b8bbdda1f3
commit
135b444b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ void Obj_CreateShrinkPohbees(player_t *owner)
|
|||
|
||||
for (j = 0; j < EXTRA_FOR_FIRST; j++)
|
||||
{
|
||||
waypoint_t *new = GetPohbeeEnd(pohbees[i].end);
|
||||
waypoint_t *new = GetPohbeeEnd(prev);
|
||||
CreatePohbee(owner, prev, new, 1);
|
||||
prev = new;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue