mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Removed duplicate PlayerEntered call
This commit is contained in:
parent
5d8b3e8084
commit
490159f6df
1 changed files with 0 additions and 7 deletions
|
@ -1370,13 +1370,6 @@ void G_FinishTravel ()
|
|||
FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
for (int i = 0; i < pawnsnum; i++)
|
||||
{
|
||||
E_PlayerEntered(pawns[i]->player - players, false);
|
||||
}
|
||||
}
|
||||
|
||||
bglobal.FinishTravel ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue