diff options
author | Giorgio Marzano <marzano.giorgio@gmail.com> | 2015-10-11 12:16:48 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-18 17:37:49 -0700 |
commit | ba3b04829224f125f95e5a03aa589bc0814afacc (patch) | |
tree | b8295ecfabbeffaecf78855734ec22e4a415f827 /display.h | |
parent | 44bdcffcd45904b621b37ffa6be0d7760173f492 (diff) | |
download | subsurface-ba3b04829224f125f95e5a03aa589bc0814afacc.tar.gz |
Change plot scaling to handle FREEDIVE mode Add FREEDIVING value to plot_info::plot_type
Signed-off-by: Giorgio Marzano <marzano.giorgio@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ struct plot_info { int minpressure, maxpressure; int minhr, maxhr; int mintemp, maxtemp; - enum {AIR, NITROX, TRIMIX} dive_type; + enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type; double endtempcoord; double maxpp; bool has_ndl; |