mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-31 01:10:52 +00:00
- Fixed what looks like a copy/paste mistake.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1316 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
c67c51614b
commit
07bf0c470d
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)
|
||||
{
|
||||
players[ii].camera = oldactor;
|
||||
players[ii].camera = mobj;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue