Merge branch 'sonicitems' of https://git.magicalgirl.moe/KartKrew/Kart into sonicitems

This commit is contained in:
SeventhSentinel 2018-08-13 17:46:54 -04:00
commit e58d07abd8

View file

@ -8142,7 +8142,7 @@ void A_ItemPop(mobj_t *actor)
remains->flags = actor->flags; // Transfer flags
remains->flags2 = actor->flags2; // Transfer flags2
remains->fuse = actor->fuse; // Transfer respawn timer
remains->threshold = (actor->threshold = 69 ? 69 : 68);
remains->threshold = (actor->threshold == 69 ? 69 : 68);
remains->skin = NULL;
remains->spawnpoint = actor->spawnpoint;