aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index ce263ed..849b722 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -71,7 +71,7 @@ void handle_lightcap2_process_sweep_data(SurviveObject *so)
if (offset_from < 380000 && offset_from > 70000)
{
- if (longest_pulse *10 / 8 < lcd->sweep.sweep_len[i])
+ //if (longest_pulse *10 / 8 < lcd->sweep.sweep_len[i])
{
so->ctx->lightproc(so, i, lcd->global.activeAcode, offset_from, lcd->sweep.sweep_time[i], lcd->sweep.sweep_len[i], lcd->global.activeLighthouse);
}