Fix it speeding off too fast at the start now

This commit is contained in:
Sally Coolatta 2022-12-18 04:45:20 -05:00
parent f9da9b0617
commit f89027e95e

View file

@ -678,7 +678,7 @@ static mobj_t *InitSpecialUFO(waypoint_t *start)
UFOUpdateDistanceToFinish(ufo);
}
ufo_speed(ufo) = FixedMul(UFO_BASE_SPEED << 2, K_GetKartGameSpeedScalar(gamespeed));
ufo_speed(ufo) = FixedMul(UFO_BASE_SPEED << 1, K_GetKartGameSpeedScalar(gamespeed));
// TODO: Adjustable Special Stage emerald color
ufo->color = SKINCOLOR_CHAOSEMERALD1;