mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-06-04 19:10:59 +00:00
parent
d933f77bf5
commit
8668719bbc
15 changed files with 48 additions and 55 deletions
|
@ -1001,8 +1001,8 @@ void AActor::ClearInventory()
|
|||
{
|
||||
player->ReadyWeapon = nullptr;
|
||||
player->PendingWeapon = WP_NOCHANGE;
|
||||
P_SetPsprite(player, PSP_WEAPON, nullptr);
|
||||
P_SetPsprite(player, PSP_FLASH, nullptr);
|
||||
player->GetPSprite(PSP_WEAPON)->SetState(nullptr);
|
||||
player->GetPSprite(PSP_FLASH)->SetState(nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue