Super Ring is a speed item

This commit is contained in:
Antonio Martinez 2025-09-19 23:50:31 -04:00
parent 4b81be037a
commit f674778097

View file

@ -1059,6 +1059,7 @@ ATTRUNUSED static boolean K_IsItemSpeed(kartitems_t item)
case KRITEM_TRIPLESNEAKER:
case KITEM_FLAMESHIELD:
case KITEM_SHRINK:
case KITEM_SUPERRING
return true;
default:
return false;