mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- Fixed bug accidentally introduced in r3448.
SVN r3451 (trunk)
This commit is contained in:
parent
6f12a6e8bb
commit
8fb20a98d1
1 changed files with 1 additions and 1 deletions
|
@ -4055,7 +4055,7 @@ APlayerPawn *P_SpawnPlayer (FMapThing *mthing, bool tempplayer)
|
||||||
{
|
{
|
||||||
if (playeringame[ii] && players[ii].camera == oldactor)
|
if (playeringame[ii] && players[ii].camera == oldactor)
|
||||||
{
|
{
|
||||||
players[ii].camera = oldactor;
|
players[ii].camera = mobj;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue