mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +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;
|
x = mobj->target->x;
|
||||||
y = mobj->target->y;
|
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);
|
P_TeleportMove(mobj, x, y, z);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue