parent
a5b82f41cb
commit
abf8eabc81
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue