Default overlay speed to 1.0 instead of 0.0

This commit is contained in:
Sally Coolatta 2022-09-16 06:11:07 -04:00
parent e3a6b6e15c
commit efe12171c4

View file

@ -1344,7 +1344,7 @@ static void K_OverlayDefaults(t_overlay_t *overlay)
overlay->scale = FRACUNIT;
overlay->color = SKINCOLOR_NONE;
overlay->speed = 0;
overlay->speed = FRACUNIT;
}
/*--------------------------------------------------