aboutsummaryrefslogtreecommitdiffstats
path: root/core/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/display.h')
-rw-r--r--core/display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/display.h b/core/display.h
index 8fbe34261..a8ceb1484 100644
--- a/core/display.h
+++ b/core/display.h
@@ -21,6 +21,7 @@ struct plot_info {
enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type;
double endtempcoord;
double maxpp;
+ bool waypoint_above_ceiling;
struct plot_data *entry;
struct plot_pressure_data *pressures; /* cylinders.nr blocks of nr entries. */
};