diff options
author | Brian Weber <weber311@gmail.com> | 2016-08-09 23:32:44 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-10 15:08:51 -0700 |
commit | cccd4cd17bbb453e3e0bbe60fe2e6fe0c722770f (patch) | |
tree | b444226f8901a99e19ea910be9445b383dcf8459 /core/equipment.c | |
parent | 38a2db05c0ecfe88c51cc879ed27dbdd13514596 (diff) | |
download | subsurface-cccd4cd17bbb453e3e0bbe60fe2e6fe0c722770f.tar.gz |
Add HP117 to the cylinder list
Reported-by: Brian Weber
Signed-off-by: weber311@gmail.com
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/equipment.c')
-rw-r--r-- | core/equipment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/equipment.c b/core/equipment.c index 1521c2309..b2b3bfcd6 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -164,6 +164,7 @@ struct tank_info_t tank_info[100] = { { "HP65", .cuft = 65, .psi = 3442 }, { "HP80", .cuft = 80, .psi = 3442 }, { "HP100", .cuft = 100, .psi = 3442 }, + { "HP117", .cuft = 117, .psi = 3442 }, { "HP119", .cuft = 119, .psi = 3442 }, { "HP130", .cuft = 130, .psi = 3442 }, |