]> git.tdb.fi Git - ext/subsurface.git/commit
Allow larger tanks (change maximum from 200 to 300 cuft)
authorDirk Hohndel <dirk@hohndel.org>
Fri, 30 Sep 2011 00:42:58 +0000 (17:42 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 30 Sep 2011 00:42:58 +0000 (17:42 -0700)
commit56a24917cb707493699488e197924a13e250afcf
tree5bac6586fd85b9fbdb1d4875168703ca8544e531
parent912ce7941fcc522d208b92fafd51b64816151bdc
Allow larger tanks (change maximum from 200 to 300 cuft)

We don't handle doubles any different than single tanks - so while
200 cuft was a sane maximum size for a tank, once you dive with
doubles this logic fails.

We may or may not decide to implement special handling for doubles at some
point, but for now simply allow for tanks all the way up to double-150.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
equipment.c