Replaced every remaining instances of the old layer names
This commit is contained in:
parent
2f5ae3b51e
commit
360ad7a844
15 changed files with 78 additions and 78 deletions
|
|
@ -617,7 +617,7 @@ void AWeapon::PostMorphWeapon ()
|
|||
Owner->player->ReadyWeapon = this;
|
||||
Owner->player->refire = 0;
|
||||
|
||||
pspr = Owner->player->GetPSprite(ps_weapon);
|
||||
pspr = Owner->player->GetPSprite(PSP_WEAPON);
|
||||
pspr->y = WEAPONBOTTOM;
|
||||
pspr->SetState(GetUpState());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue