Disable shrinking items into nothing

No one feels strongly about it, it just feels weird
This commit is contained in:
Sally Coolatta 2022-09-23 03:46:56 -04:00
parent 13caae7a0e
commit fa63c67f04

View file

@ -6037,7 +6037,7 @@ static void K_DoShrink(player_t *user)
Obj_CreateShrinkPohbees(user);
#if 1
#if 0
// kill everything in the kitem list while we're at it:
for (mobj = kitemcap; mobj; mobj = next)
{