mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-18 18:02:32 +01:00
Initialize the user->debt_interest to 0. Calculations are done with this later on.
This commit is contained in:
parent
7e3eca24be
commit
7a2135ef66
@ -210,6 +210,7 @@ user_set_up_finances(User *user)
|
||||
user->money_in[0][i] = user->money_in[1][i] = 0;
|
||||
|
||||
user->debt =
|
||||
user->debt_interest =
|
||||
user->alr_start_week =
|
||||
user->alr_weekly_installment = 0;
|
||||
user->money =
|
||||
|
Loading…
Reference in New Issue
Block a user