mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 20:01:21 +00:00
Default overlay speed to 1.0 instead of 0.0
This commit is contained in:
parent
e3a6b6e15c
commit
efe12171c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue