- Blood: select inventory item when using it.

Fixes #310
This commit is contained in:
Christoph Oelckers 2020-09-11 19:58:16 +02:00
parent 8716fabe9c
commit b4c297da2e
1 changed files with 2 additions and 0 deletions

View File

@ -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: