Initialize the user->debt_interest to 0. Calculations are done with this later on.

This commit is contained in:
gunnar_g 2009-03-26 15:19:25 +00:00
parent 7e3eca24be
commit 7a2135ef66
1 changed files with 1 additions and 0 deletions

View File

@ -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 =