mirror of
https://github.com/izzy2lost/wipeout-rewrite.git
synced 2026-07-06 00:20:05 -07:00
Fix detection for resuce droid on jump start; close #84
This commit is contained in:
@@ -389,7 +389,7 @@ void ship_player_update_race(ship_t *self) {
|
||||
vec3_t best_path = vec3_project_to_ray(self->position, next->center, self->section->center);
|
||||
vec3_t distance = vec3_sub(best_path, self->position);
|
||||
|
||||
if (distance.y > 0) {
|
||||
if (distance.y > -512) {
|
||||
distance.y = distance.y * 0.0001;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user