From 01acf2aa885f1ebb5702ce4f40e2df7341f51dd1 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 2 Oct 2013 18:04:43 +0300 Subject: [PATCH] Add AL40 to list of standard tanks Fixes #191 on the bug tracker list Signed-off-by: Benjamin Fogel Signed-off-by: Dirk Hohndel --- equipment.c | 1 + 1 file changed, 1 insertion(+) 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 },