SVN r148 (trunk)

This commit is contained in:
Christoph Oelckers 2006-05-27 10:27:51 +00:00
commit 96f6cfd18a
7 changed files with 32 additions and 15 deletions

View file

@ -2004,7 +2004,11 @@ void G_FinishTravel ()
else
{
oldpawn = pawndup;
P_SpawnPlayer (&playerstarts[pawn->player - players]);
// The player being spawned here is a short lived dummy and
// must not start any ENTER script or big problems will happen.
P_SpawnPlayer (&playerstarts[pawn->player - players], false);
pawndup = pawn->player->mo;
if (!startkeepfacing)
{