mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-06-04 19:10:59 +00:00
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
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue