data_storage: Slightly simplify 'load_data_from_text'.
The 'current_vs' variable was actually always zero. Thus, the 'vs' array was full of zeros, except for vs[0].
Showing
Please register or sign in to comment
The 'current_vs' variable was actually always zero. Thus, the 'vs' array was full of zeros, except for vs[0].