mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "In statistics, ignore gas use of planned dives"
This reverts commit 1d8662006c
.
Mistakenly pushed to master
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
414d7f2632
commit
08c42813e5
8 changed files with 14 additions and 16 deletions
|
@ -594,7 +594,7 @@ void MainTab::updateDiveInfo(bool clear)
|
|||
|
||||
gaslist = ""; SACs = ""; volumes = ""; separator = "";
|
||||
for (int i = 0; i < MAX_CYLINDERS; i++) {
|
||||
if (!is_cylinder_used(&displayed_dive, i, false))
|
||||
if (!is_cylinder_used(&displayed_dive, i))
|
||||
continue;
|
||||
gaslist.append(separator); volumes.append(separator); SACs.append(separator);
|
||||
separator = "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue