mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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;
|
orbit = false;
|
||||||
type = MT_EGGMANITEM;
|
type = MT_EGGMANITEM;
|
||||||
break;
|
break;
|
||||||
|
// intentionally do nothing
|
||||||
|
case MT_ROCKETSNEAKER:
|
||||||
|
case MT_SINK_SHIELD:
|
||||||
|
return;
|
||||||
default:
|
default:
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue