mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 19:52:27 +00:00
Fix copypaste typo
This commit is contained in:
parent
8704d684fc
commit
607d177512
1 changed files with 1 additions and 1 deletions
|
|
@ -8484,7 +8484,7 @@ static void SpawnSPBTrailRings(mobj_t *actor)
|
|||
{
|
||||
if (leveltime % 6 == 0)
|
||||
{
|
||||
mobj_t *ring = P_SpawnMobj(actor->x - actor->momx, actor->y - actor->momx,
|
||||
mobj_t *ring = P_SpawnMobj(actor->x - actor->momx, actor->y - actor->momy,
|
||||
actor->z - actor->momz + (24*mapobjectscale), MT_RING);
|
||||
ring->threshold = 10;
|
||||
ring->fuse = 120*TICRATE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue