diff options
author | Benjamin <nystire@gmail.com> | 2013-10-02 18:04:43 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-02 08:53:21 -0700 |
commit | 01acf2aa885f1ebb5702ce4f40e2df7341f51dd1 (patch) | |
tree | 88a211dd500c59ad272ca7938f40ad0e67c65d2a /equipment.c | |
parent | ba5b5c3952f7de974f75162c99de51b5f572a078 (diff) | |
download | subsurface-01acf2aa885f1ebb5702ce4f40e2df7341f51dd1.tar.gz |
Add AL40 to list of standard tanks
Fixes #191 on the bug tracker list
Signed-off-by: Benjamin Fogel <nystire@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r-- | equipment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/equipment.c b/equipment.c index 0c5939ff3..cb15126b4 100644 --- a/equipment.c +++ b/equipment.c @@ -840,6 +840,7 @@ struct tank_info_t tank_info[100] = { { "11.1 l", .ml = 11100 }, /* Most common AL cylinders */ + { "AL40", .cuft = 40, .psi = 3000 }, { "AL50", .cuft = 50, .psi = 3000 }, { "AL63", .cuft = 63, .psi = 3000 }, { "AL72", .cuft = 72, .psi = 3000 }, |