mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
mobjscale: MT_FIREDITEM fix
This commit is contained in:
parent
18ece8db5e
commit
80690136d6
1 changed files with 1 additions and 1 deletions
|
|
@ -7082,7 +7082,7 @@ void P_MobjThinker(mobj_t *mobj)
|
|||
{
|
||||
x = mobj->target->x;
|
||||
y = mobj->target->y;
|
||||
z = mobj->target->z + 80*FRACUNIT;
|
||||
z = mobj->target->z + 80*(mapheaderinfo[gamemap-1]->mobj_scale);
|
||||
}
|
||||
P_TeleportMove(mobj, x, y, z);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue