| author | truelight |
| Tue, 28 Dec 2004 09:55:55 +0000 | |
| changeset 816 | cee64d137cc8 |
| parent 815 | eb9408648620 |
| child 817 | 238bbdaa228b |
--- a/economy.c Tue Dec 28 09:31:38 2004 +0000 +++ b/economy.c Tue Dec 28 09:55:55 2004 +0000 @@ -105,8 +105,8 @@ } } - if (p->player_money > p->current_loan) - value += p->money64 - p->current_loan; // add real money value + if (p->player_money > 0) + value += p->money64; // add real money value return value; }