mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 05:10:55 +00:00
parent
8716fabe9c
commit
b4c297da2e
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ void packUseItem(PLAYER *pPlayer, int nPack)
|
|||
int nPowerUp = -1;
|
||||
if (pPlayer->packSlots[nPack].curAmount > 0)
|
||||
{
|
||||
pPlayer->packItemId = nPack;
|
||||
|
||||
switch (nPack)
|
||||
{
|
||||
case 0:
|
||||
|
|
Loading…
Reference in a new issue