Replaced every remaining instances of the old layer names

This commit is contained in:
Leonard2 2016-05-27 19:01:03 +02:00
parent 2f5ae3b51e
commit 360ad7a844
15 changed files with 78 additions and 78 deletions

View file

@ -1001,8 +1001,8 @@ void AActor::ClearInventory()
{
player->ReadyWeapon = nullptr;
player->PendingWeapon = WP_NOCHANGE;
P_SetPsprite(player, ps_weapon, nullptr);
P_SetPsprite(player, ps_flash, nullptr);
P_SetPsprite(player, PSP_WEAPON, nullptr);
P_SetPsprite(player, PSP_FLASH, nullptr);
}
}