diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 2578850a6..c9d176920 100644 --- a/core/dive.h +++ b/core/dive.h @@ -290,7 +290,7 @@ struct divecomputer { struct divecomputer *next; }; -#define MAX_CYLINDERS (8) +#define MAX_CYLINDERS (20) #define MAX_WEIGHTSYSTEMS (6) #define W_IDX_PRIMARY 0 #define W_IDX_SECONDARY 1 |