Conflicts:
	src/r_defs.h
This commit is contained in:
Christoph Oelckers 2016-01-19 10:51:42 +01:00
commit 6ae09334a3
56 changed files with 523 additions and 410 deletions

View file

@ -1220,9 +1220,7 @@ void G_FinishTravel ()
pawn->angle = pawndup->angle;
pawn->pitch = pawndup->pitch;
}
pawn->x = pawndup->x;
pawn->y = pawndup->y;
pawn->z = pawndup->z;
pawn->SetXYZ(pawndup->X(), pawndup->Y(), pawndup->Z());
pawn->velx = pawndup->velx;
pawn->vely = pawndup->vely;
pawn->velz = pawndup->velz;