aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-03-08 21:17:50 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-03-08 21:17:50 -0500
commitd69cf82a079f93ae1109f70fd011a0efa75b44b5 (patch)
tree3de2e5df69576f67e9db2a3861d5571b85415f3d /src/survive_cal.c
parent26f55787820874629519c589f7c7c1ba1334ef54 (diff)
downloadlibsurvive-d69cf82a079f93ae1109f70fd011a0efa75b44b5.tar.gz
libsurvive-d69cf82a079f93ae1109f70fd011a0efa75b44b5.tar.bz2
shoehorn configuration into SurviveContext
Diffstat (limited to 'src/survive_cal.c')
-rw-r--r--src/survive_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index 2acf51c..06914eb 100644
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -52,7 +52,7 @@ void ootx_packet_clbk_d(ootx_decoder_context *ct, ootx_packet* packet)
b->fcalgibmag[1] = v6.fcal_1_gibmag;
b->OOTXSet = 1;
- config_set_lighthouse(b,id);
+ config_set_lighthouse(ctx->lh_config,b,id);
// config_save("config.json");
}