- reverted r2783 because it was causing problems.
SVN r2792 (trunk)
This commit is contained in:
parent
c948fd08f2
commit
3662bf8a15
3 changed files with 2 additions and 14 deletions
|
|
@ -1103,10 +1103,7 @@ void APlayerPawn::GiveDefaultInventory ()
|
|||
if (item != NULL && item->IsKindOf (RUNTIME_CLASS (AWeapon)) &&
|
||||
static_cast<AWeapon*>(item)->CheckAmmo(AWeapon::EitherFire, false))
|
||||
{
|
||||
// [Spleen] ReadyWeapon will be set when P_MovePsprites calls P_BringUpWeapon
|
||||
player->PendingWeapon = static_cast<AWeapon *> (item);
|
||||
player->ReadyWeapon = NULL;
|
||||
//player->ReadyWeapon = player->PendingWeapon = static_cast<AWeapon *> (item);
|
||||
player->ReadyWeapon = player->PendingWeapon = static_cast<AWeapon *> (item);
|
||||
}
|
||||
}
|
||||
di = di->Next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue