aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive.c')
-rwxr-xr-xsrc/survive.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/survive.c b/src/survive.c
index 0c88137..057462f 100755
--- a/src/survive.c
+++ b/src/survive.c
@@ -76,6 +76,8 @@ SurviveContext * survive_init( int headless )
config_read(ctx, "config.json");
ctx->activeLighthouses = config_read_uint32(ctx->global_config_values, "LighthouseCount", 2);
+ config_read_lighthouse(ctx->lh_config, &(ctx->bsd[0]), 0);
+ config_read_lighthouse(ctx->lh_config, &(ctx->bsd[1]), 1);
ctx->faultfunction = survivefault;
ctx->notefunction = survivenote;