mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-27 08:48:11 +00:00
Set angle for ties
This commit is contained in:
parent
88cb623c2a
commit
bba8861d2f
1 changed files with 1 additions and 0 deletions
|
|
@ -3360,6 +3360,7 @@ void P_SetupSignExit(player_t *player)
|
|||
if (player->mo && !P_MobjWasRemoved(player->mo))
|
||||
{
|
||||
thing = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->floorz, MT_SIGN);
|
||||
thing->angle = player->mo->angle;
|
||||
P_SetupSignObject(thing, player->mo);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue