(svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType

This commit is contained in:
belugas
2008-02-09 02:49:33 +00:00
parent 9343ad44fd
commit cf9447c15b
3 changed files with 15 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ struct Player {
bool is_active;
bool is_ai;
Money yearly_expenses[3][13];
Money yearly_expenses[3][EXPENSES_END];
PlayerEconomyEntry cur_economy;
PlayerEconomyEntry old_economy[24];
EngineRenewList engine_renew_list; ///< Defined later