aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-21 01:59:08 -0500
committercnlohr <lohr85@gmail.com>2017-02-21 01:59:08 -0500
commit5a11716edeb85bc01c38bfc4ce174d101cac0a06 (patch)
treeddb4e9b87198c3175a245797523b56595b53ef13 /src/survive_data.c
parentbd89d46cb01f7069166e85f017f169e07acc7094 (diff)
downloadlibsurvive-5a11716edeb85bc01c38bfc4ce174d101cac0a06.tar.gz
libsurvive-5a11716edeb85bc01c38bfc4ce174d101cac0a06.tar.bz2
Working on it, not quite tested.
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index ad834cf..402282d 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -177,7 +177,8 @@ static void handle_lightcap( struct SurviveObject * so, struct LightcapElement *
if (acode > 3) {
if( ssn == 0 )
{
- SV_INFO( "Warning: got a slave marker but only got a master sync." );
+ //SV_INFO( "Warning: got a slave marker but only got a master sync." );
+ //This happens too frequently. Consider further examination.
}
dl = so->last_time[1];
tpco = so->last_length[1];