mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Disable shrinking items into nothing
No one feels strongly about it, it just feels weird
This commit is contained in:
parent
13caae7a0e
commit
fa63c67f04
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue