Revert "Fix eggman flashing"

This reverts commit fcd4a2cef9.
This commit is contained in:
NepDisk 2025-12-25 16:29:05 -05:00
parent a5b82f41cb
commit abf8eabc81

View file

@ -7653,8 +7653,7 @@ void K_KartResetPlayerColor(player_t *player, boolean disablecolor)
const INT32 flashtime = 4<<(player->eggmanexplode/TICRATE);
if (player->eggmanexplode % (flashtime/2) != 0)
{
player->mo->colorized = (player->dye != 0);
player->mo->color = player->dye ? player->dye : player->skincolor;
;
}
else if (player->eggmanexplode % flashtime == 0)
{