mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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++)
|
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);
|
CreatePohbee(owner, prev, new, 1);
|
||||||
prev = new;
|
prev = new;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue