mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Lost fix
This commit is contained in:
parent
bd9c68183a
commit
d4efbb710b
1 changed files with 4 additions and 0 deletions
|
|
@ -4780,6 +4780,10 @@ void K_DropHnextList(player_t *player, boolean keepshields)
|
|||
orbit = false;
|
||||
type = MT_EGGMANITEM;
|
||||
break;
|
||||
// intentionally do nothing
|
||||
case MT_ROCKETSNEAKER:
|
||||
case MT_SINK_SHIELD:
|
||||
return;
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue