- reverted r2783 because it was causing problems.

SVN r2792 (trunk)
This commit is contained in:
Christoph Oelckers 2010-09-16 06:51:42 +00:00
commit 3662bf8a15
3 changed files with 2 additions and 14 deletions

View file

@ -794,15 +794,9 @@ void P_SetupPsprites(player_t *player)
{
player->psprites[i].state = NULL;
}
// [Spleen] Let P_MovePsprites handle calling P_BringUpWeapon,
// instead of P_SetupPsprites, to avoid raising it twice in one tic.
/*
// Spawn the ready weapon
player->PendingWeapon = player->ReadyWeapon;
P_BringUpWeapon (player);
*/
}
//------------------------------------------------------------------------