K_IsItemFirstOnly

Missed this one spot
This commit is contained in:
VelocitOni 2025-07-08 17:33:07 -04:00
parent 479481f59f
commit 9d2f8d02e2

View file

@ -1057,6 +1057,7 @@ static boolean K_IsItemFirstOnly(kartitems_t item)
case KITEM_HYUDORO:
case KITEM_DROPTARGET:
case KITEM_STONESHOE:
case KITEM_TOXOMISTER:
return true;
default:
return false;