SVN r524 (trunk)
This commit is contained in:
parent
6fad457592
commit
5cd1922d26
2 changed files with 2 additions and 2 deletions
|
|
@ -486,7 +486,7 @@ void AWeapon::EndPowerup ()
|
|||
{
|
||||
if (GetReadyState() != SisterWeapon->GetReadyState())
|
||||
{
|
||||
if (Owner->player->PendingWeapon != NULL)
|
||||
if (Owner->player->PendingWeapon == NULL)
|
||||
Owner->player->PendingWeapon = SisterWeapon;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue