mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix Director switching away immediately after spectating and entering freecam
This commit is contained in:
parent
790d64015a
commit
ab091c71f8
1 changed files with 4 additions and 1 deletions
|
|
@ -12152,7 +12152,10 @@ void P_SpawnPlayer(INT32 playernum)
|
|||
// changes.
|
||||
if (!demo.playback)
|
||||
{
|
||||
camera[G_PartyPosition(playernum)].freecam = false;
|
||||
if (!p->spectator)
|
||||
{
|
||||
camera[G_PartyPosition(playernum)].freecam = false;
|
||||
}
|
||||
displayplayers[G_PartyPosition(playernum)] = playernum;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue