aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-20 23:36:55 -0500
committercnlohr <lohr85@gmail.com>2016-12-20 23:36:55 -0500
commit170219fe413602508b31c39df23c8938adc6c35f (patch)
treea3a955f85472f8888e2837eff821e2dc1f2219e8 /include
parent093802f9cc7ebaa0bfe8d862766e7e08026576f0 (diff)
downloadlibsurvive-170219fe413602508b31c39df23c8938adc6c35f.tar.gz
libsurvive-170219fe413602508b31c39df23c8938adc6c35f.tar.bz2
get the new disambiguator closer, but it's still not perfect.
Diffstat (limited to 'include')
-rw-r--r--include/survive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/survive.h b/include/survive.h
index 889e24d..8ce5404 100644
--- a/include/survive.h
+++ b/include/survive.h
@@ -31,7 +31,7 @@ struct SurviveObject
//Flood info, for calculating which laser is currently sweeping.
int8_t oldcode;
-#if 0
+#ifdef USE_OLD_DISAMBIGUATOR
int16_t total_photos;
int32_t last_photo_time;
int32_t total_photo_time;