diff --git a/src/fov/fov.c b/src/fov/fov.c index 3aed4bcedec1cd8960091f308b54defc4c236ca2..058fb0743557e47c7c995ce0133314d1a2b75791 100644 --- a/src/fov/fov.c +++ b/src/fov/fov.c @@ -2297,6 +2297,9 @@ void fov_create_los_line(fov_settings_type *settings, void *map, void *source, f } } } + if (start_at_end) { + line->t = line->dest_t; + } } else {