mirror of https://github.com/tstellar/bygfoot.git
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->money_in[0][i] = user->money_in[1][i] = 0;
|
||||||
|
|
||||||
user->debt =
|
user->debt =
|
||||||
|
user->debt_interest =
|
||||||
user->alr_start_week =
|
user->alr_start_week =
|
||||||
user->alr_weekly_installment = 0;
|
user->alr_weekly_installment = 0;
|
||||||
user->money =
|
user->money =
|
||||||
|
|
Loading…
Reference in New Issue