core: use C++ structures for tanksystem info

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-03 23:18:45 +02:00 committed by bstoeger
parent 1af00703b3
commit 3c1401785b
13 changed files with 93 additions and 123 deletions

View file

@ -1285,7 +1285,7 @@ void clear_dive_file_data()
min_datafile_version = 0;
clear_git_id();
reset_tank_info_table(&tank_info_table);
reset_tank_info_table(tank_info_table);
/* Inform frontend of reset data. This should reset all the models. */
emit_reset_signal();